]> git.sesse.net Git - vlc/commitdiff
wxstuff
authorClément Stenac <zorglub@videolan.org>
Tue, 21 Feb 2006 21:30:50 +0000 (21:30 +0000)
committerClément Stenac <zorglub@videolan.org>
Tue, 21 Feb 2006 21:30:50 +0000 (21:30 +0000)
modules/gui/wxwidgets/dialogs/fileinfo.cpp

index 1296a9d00e61449ecf305e5ac54e224c45b6425c..8ff9378fe4e3185258fb1d930d238a20b85457eb 100644 (file)
@@ -83,7 +83,7 @@ FileInfo::FileInfo( intf_thread_t *_p_intf, wxWindow *p_parent ):
     panel_sizer->Add( notebook, 1, wxEXPAND | wxALL, 5 );
 #endif
 
-    panel_sizer->Add( new wxButton( this, wxID_CLOSE, wxU(_("Close") )) ,
+    panel_sizer->Add( new wxButton( this, wxID_CLOSE ) ,
                       0, wxALL|wxALIGN_RIGHT, 5 );
 
     panel_sizer->Layout();