Commit 1a7c84d0 authored by Rocky Bernstein's avatar Rocky Bernstein

"Playback control LID" is too long. Shorten to "Playback LID"

parent 6efc2f97
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* open.cpp : wxWindows plugin for vlc * open.cpp : wxWindows plugin for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2000-2004 VideoLAN * Copyright (C) 2000-2004 VideoLAN
* $Id: open.cpp,v 1.64 2004/01/25 07:48:04 rocky Exp $ * $Id: open.cpp,v 1.65 2004/01/25 08:01:13 rocky Exp $
* *
* Authors: Gildas Bazin <gbazin@netcourrier.com> * Authors: Gildas Bazin <gbazin@netcourrier.com>
* *
...@@ -1065,7 +1065,7 @@ void OpenDialog::OnDiscTypeChange( wxCommandEvent& WXUNUSED(event) ) ...@@ -1065,7 +1065,7 @@ void OpenDialog::OnDiscTypeChange( wxCommandEvent& WXUNUSED(event) )
*/ */
#ifdef HAVE_VCDX #ifdef HAVE_VCDX
disc_title_label->SetLabel ( config_GetInt( p_intf, "vcdx-PBC" ) disc_title_label->SetLabel ( config_GetInt( p_intf, "vcdx-PBC" )
? wxT("Playback-control LID") : wxT("Entry") ); ? wxT("Playback LID") : wxT("Entry") );
disc_title->SetRange( 0, 999 ); disc_title->SetRange( 0, 999 );
i_selection = 0; i_selection = 0;
#else #else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment