From: Jean-Baptiste Kempf Date: Thu, 16 Oct 2008 11:48:18 +0000 (+0200) Subject: [Qt] Small VLM filename exporting issue. X-Git-Tag: 1.0.0-pre1~2451 X-Git-Url: https://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=commitdiff_plain;h=a29f9e88bdc93ab753b0677406bf2dd7332de38e [Qt] Small VLM filename exporting issue. --- diff --git a/modules/gui/qt4/dialogs/vlm.cpp b/modules/gui/qt4/dialogs/vlm.cpp index 16e2b34cff..c8c3cc72f8 100644 --- a/modules/gui/qt4/dialogs/vlm.cpp +++ b/modules/gui/qt4/dialogs/vlm.cpp @@ -264,7 +264,7 @@ bool VLMDialog::exportVLMConf() QString saveVLMConfFileName = QFileDialog::getSaveFileName( this, qtr( "Save VLM configuration as..." ), qfu( config_GetHomeDir() ), - qtr( "VLM conf (*.vlm) ;; All (*.*)" ) ); + qtr( "VLM conf (*.vlm);;All (*.*)" ) ); if( !saveVLMConfFileName.isEmpty() ) {