Commit 6efc2f97 authored by Rocky Bernstein's avatar Rocky Bernstein

string review.

parent c71e26d2
...@@ -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.63 2004/01/25 03:29:01 hartman Exp $ * $Id: open.cpp,v 1.64 2004/01/25 07:48:04 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" )
? wxU(_("PBC LID")_) : wxU(_("Entry")) ); ? wxT("Playback-control 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