[vlc-devel] commit: Qt: Ok is not ok as a button label. (Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Jan 21 22:17:36 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jan 21 22:14:15 2009 +0100| [2e478fc504a7cf0258639df4c1c6e3d6fe0c5713] | committer: Jean-Baptiste Kempf 

Qt: Ok is not ok as a button label.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2e478fc504a7cf0258639df4c1c6e3d6fe0c5713
---

 modules/gui/qt4/dialogs/plugins.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/dialogs/plugins.cpp b/modules/gui/qt4/dialogs/plugins.cpp
index 528e24b..f4289d1 100644
--- 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 );
 




More information about the vlc-devel mailing list