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:
df98cd3
)
Qt: Ok is not ok as a button label.
author
Jean-Baptiste Kempf
<jb@videolan.org>
Wed, 21 Jan 2009 21:14:15 +0000
(22:14 +0100)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Wed, 21 Jan 2009 21:14:15 +0000
(22:14 +0100)
modules/gui/qt4/dialogs/plugins.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/dialogs/plugins.cpp
b/modules/gui/qt4/dialogs/plugins.cpp
index
528e24b
..
f4289d1
100644
(file)
--- a/
modules/gui/qt4/dialogs/plugins.cpp
+++ b/
modules/gui/qt4/dialogs/plugins.cpp
@@
-80,7
+80,7
@@
PluginDialog::PluginDialog( intf_thread_t *_p_intf ) : QVLCFrame( _p_intf )
this, search( QString ) );
QDialogButtonBox *box = new QDialogButtonBox;
- QPushButton *okButton = new QPushButton(
"ok"
, this );
+ QPushButton *okButton = new QPushButton(
qtr( "&Close" )
, this );
box->addButton( okButton, QDialogButtonBox::AcceptRole );
layout->addWidget( box, 2, 2 );