[vlc-devel] commit: Qt4: use translations in Add Node dialog (Jakob Leben )

git version control git at videolan.org
Tue Aug 18 14:20:21 CEST 2009


vlc | branch: master | Jakob Leben <jleben at videolan.org> | Tue Aug 18 14:19:03 2009 +0200| [0b685caff2362189e919a9f9d8709dc16d2e702f] | committer: Jakob Leben 

Qt4: use translations in Add Node dialog

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

 .../gui/qt4/components/playlist/playlist_model.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/playlist/playlist_model.cpp b/modules/gui/qt4/components/playlist/playlist_model.cpp
index be45ac8..577fae6 100644
--- a/modules/gui/qt4/components/playlist/playlist_model.cpp
+++ b/modules/gui/qt4/components/playlist/playlist_model.cpp
@@ -1123,7 +1123,7 @@ void PLModel::popupAddNode()
 {
     bool ok;
     QString name = QInputDialog::getText( PlaylistDialog::getInstance( p_intf ),
-        QString( "Add node" ), QString( "Enter name for new node" ),
+        qtr( I_POP_ADD ), qtr( "Enter name for new node:" ),
         QLineEdit::Normal, QString(), &ok);
     if( !ok || name.isEmpty() ) return;
     PL_LOCK;




More information about the vlc-devel mailing list