git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d573183
)
Qt4 - Message, translate the filetype filtering... Translators, don't screw up the...
author
Jean-Baptiste Kempf
<jb@videolan.org>
Mon, 28 Jan 2008 07:06:33 +0000
(07:06 +0000)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Mon, 28 Jan 2008 07:06:33 +0000
(07:06 +0000)
modules/gui/qt4/dialogs/messages.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/dialogs/messages.cpp
b/modules/gui/qt4/dialogs/messages.cpp
index
a056ab7
..
b288ce8
100644
(file)
--- a/
modules/gui/qt4/dialogs/messages.cpp
+++ b/
modules/gui/qt4/dialogs/messages.cpp
@@
-161,7
+161,7
@@
bool MessagesDialog::save()
QString saveLogFileName = QFileDialog::getSaveFileName(
this, qtr( "Choose a filename to save the logs under..." ),
qfu( p_intf->p_libvlc->psz_homedir ),
-
"Texts / Logs (*.log *.txt);; All (*.*) "
);
+
qtr( "Texts / Logs (*.log *.txt);; All (*.*) ")
);
if( !saveLogFileName.isNull() )
{