eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] eliot/qt main_window.cpp


From: Olivier Teulière
Subject: [Eliot-dev] eliot/qt main_window.cpp
Date: Tue, 09 Mar 2010 22:32:09 +0000

CVSROOT:        /cvsroot/eliot
Module name:    eliot
Changes by:     Olivier Teulière <ipkiss>       10/03/09 22:32:09

Modified files:
        qt             : main_window.cpp 

Log message:
        Mark a string as translatable

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/qt/main_window.cpp?cvsroot=eliot&r1=1.34&r2=1.35

Patches:
Index: main_window.cpp
===================================================================
RCS file: /cvsroot/eliot/eliot/qt/main_window.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- main_window.cpp     30 Jan 2010 10:30:08 -0000      1.34
+++ main_window.cpp     9 Mar 2010 22:32:09 -0000       1.35
@@ -282,7 +282,7 @@
 void MainWindow::updateStatusBar(const Dictionary *iDic)
 {
     if (iDic == NULL)
-        m_dicNameLabel->setText("No dictionary");
+        m_dicNameLabel->setText(_q("No dictionary"));
     else {
         QString dicName = qfw(m_dic->getHeader().getName());
         m_dicNameLabel->setText(_q("Dictionary: %1").arg(dicName));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]