mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-28 19:58:35 +01:00
One more encoding fix. Hopefully the last one.
This commit is contained in:
parent
b1d05a1059
commit
14ce195e83
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ QString qfw(const wstring &wstr);
|
|||
#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"
|
||||
|
|
Loading…
Add table
Reference in a new issue