From 5d7cebdadc991a23195a3519c1e9c038cb4f2290 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Sat, 24 Mar 2012 21:13:48 +0100 Subject: move translation function _ to qtui.h/noui.h instead of util.h --- src/noui.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/noui.h') diff --git a/src/noui.h b/src/noui.h index e91cca3cfd..4010ec3c7c 100644 --- a/src/noui.h +++ b/src/noui.h @@ -66,4 +66,9 @@ inline void InitMessage(const std::string &message) { } +inline const char* _(const char* psz) +{ + return psz; +} + #endif -- cgit v1.2.3