Commit 421a14db authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - oops. fix Trax#42

parent 56c0cb19
...@@ -118,7 +118,7 @@ vlc_module_begin(); ...@@ -118,7 +118,7 @@ vlc_module_begin();
add_bool( "qt-name-in-title", VLC_TRUE, NULL, TITLE_TEXT, add_bool( "qt-name-in-title", VLC_TRUE, NULL, TITLE_TEXT,
TITLE_LONGTEXT, VLC_FALSE ); TITLE_LONGTEXT, VLC_FALSE );
add_bool( "qt-error-dialogs", VLC_TRUE, NULL, ERROR_TEXT, add_bool( "qt-error-dialogs", VLC_TRUE, NULL, ERROR_TEXT,
ERROR_TEXT, VLC_FALSE ): ERROR_TEXT, VLC_FALSE );
add_string( "qt-filedialog-path", NULL, NULL, FILEDIALOG_PATH_TEXT, add_string( "qt-filedialog-path", NULL, NULL, FILEDIALOG_PATH_TEXT,
FILEDIALOG_PATH_LONGTEXT, VLC_TRUE); FILEDIALOG_PATH_LONGTEXT, VLC_TRUE);
change_autosave(); change_autosave();
......
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