]> git.sesse.net Git - vlc/commitdiff
* modules/gui/wxwidgets/preferences.cpp: unicode build fix (bugzilla #2117). Patch...
authorGildas Bazin <gbazin@videolan.org>
Sat, 3 Sep 2005 13:27:01 +0000 (13:27 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sat, 3 Sep 2005 13:27:01 +0000 (13:27 +0000)
modules/gui/wxwidgets/preferences.cpp

index fbe4c209c28af0ca5634a1f4addb033208b157b6..05a9a241c15e3e06de9fe5f59a231bba30557c7c 100644 (file)
@@ -336,7 +336,7 @@ PrefsTreeCtrl::PrefsTreeCtrl( wxWindow *_p_parent, intf_thread_t *_p_intf,
     b_advanced = VLC_FALSE;
 
     root_item = AddRoot( wxT("") );
-    wxASSERT_MSG(root_item.IsOk(), "Could not add root item");
+    wxASSERT_MSG(root_item.IsOk(), wxT("Could not add root item"));
 
     wxImageList *p_images = new wxImageList( 16,16,TRUE );
     p_images->Add( wxIcon( audio_xpm ) );