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: Olivier Teulière
Subject: [Eliot-dev] eliot/qt qtcommon.h
Date: Sun, 24 Jan 2010 00:53:22 +0000

CVSROOT:        /cvsroot/eliot
Module name:    eliot
Changes by:     Olivier Teulière <ipkiss>       10/01/24 00:53:22

Modified files:
        qt             : qtcommon.h 

Log message:
        One more encoding fix. Hopefully the last one.

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

Patches:
Index: qtcommon.h
===================================================================
RCS file: /cvsroot/eliot/eliot/qt/qtcommon.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- qtcommon.h  23 Jan 2010 23:34:48 -0000      1.9
+++ qtcommon.h  24 Jan 2010 00:53:21 -0000      1.10
@@ -46,7 +46,7 @@
 #define qfu(s) QString::fromUtf8(s)
 #define qtu(s) (s).toUtf8().data()
 // Translation macro to use gettext
-#define _q(s) qfl(_(s))
+#define _q(s) QString::fromLocal8Bit(_(s))
 
 // Used for QSettings
 #define ORGANIZATION "eliot"




reply via email to

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