[vlc-devel] commit: We don't want the & and ... in the title (Christophe Mutricy )

git version control git at videolan.org
Wed Jul 23 23:47:40 CEST 2008


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Wed Jul 23 22:22:22 2008 +0100| [e9e4ed2d9f005719c04a0838baf49d192ff580a5]

We don't want the & and ... in the title

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

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

diff --git a/modules/gui/qt4/dialogs_provider.cpp b/modules/gui/qt4/dialogs_provider.cpp
index c278b55..98d11ab 100644
--- a/modules/gui/qt4/dialogs_provider.cpp
+++ b/modules/gui/qt4/dialogs_provider.cpp
@@ -346,7 +346,7 @@ void DialogsProvider::simpleMLAppendDialog()
  **/
 static void openDirectory( intf_thread_t *p_intf, bool pl, bool go )
 {
-    QString dir = QFileDialog::getExistingDirectory( 0, qtr(I_OP_OPDIR) );
+    QString dir = QFileDialog::getExistingDirectory( 0, qtr("Open Directory") );
     if (!dir.isEmpty()) {
         input_item_t *p_input = input_ItemNewExt( THEPL,
                                         qtu( "directory://" + dir ), NULL,




More information about the vlc-devel mailing list