eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] eliot/qt qtcommon.h


From: eliot-dev
Subject: [Eliot-dev] eliot/qt qtcommon.h
Date: Mon, 08 Sep 2008 17:20:57 +0000

CVSROOT:        /cvsroot/eliot
Module name:    eliot
Changes by:     Olivier Teulière <ipkiss>      08/09/08 17:20:57

Modified files:
        qt             : qtcommon.h 

Log message:
        Fixed translations on Windows

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/qt/qtcommon.h?cvsroot=eliot&r1=1.5&r2=1.6

Patches:
Index: qtcommon.h
===================================================================
RCS file: /cvsroot/eliot/eliot/qt/qtcommon.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- qtcommon.h  5 Sep 2008 21:31:31 -0000       1.5
+++ qtcommon.h  8 Sep 2008 17:20:57 -0000       1.6
@@ -50,7 +50,7 @@
 #   define qtw(s) (s).toStdWString().data()
 #endif
 // Translation macro to use gettext
-#define _q(s) qfu(_(s))
+#define _q(s) qfl(_(s))
 
 // Used for QSettings
 #define ORGANIZATION "Eliot"




reply via email to

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