git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Qt: Ok is not ok as a button label.
[vlc.git]
/
modules
/
gui
/
qt4
/
dialogs
/
plugins.cpp
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;
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 );
box->addButton( okButton, QDialogButtonBox::AcceptRole );
layout->addWidget( box, 2, 2 );