1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-31 06:46:39 +02:00
This commit is contained in:
Rémi Denis-Courmont 2008-07-06 14:09:18 +03:00
parent 870a36bbd1
commit 420ab47bb7

View File

@ -134,7 +134,7 @@ VLC_EXPORT( int, __intf_Eject, ( vlc_object_t *, const char * ) );
msg_Info( p_intf, _("\nWarning: if you can't access the GUI " \
"anymore, open a command-line window, go to the " \
"directory where you installed VLC and run " \
"\"vlc -I wx\"\n") )
"\"vlc -I qt\"\n") )
#else
# define CONSOLE_INTRO_MSG
#endif