move translation function _ to qtui.h/noui.h instead of util.h
[novacoin.git] / src / noui.h
index e91cca3..4010ec3 100644 (file)
@@ -66,4 +66,9 @@ inline void InitMessage(const std::string &message)
 {
 }
 
+inline const char* _(const char* psz)
+{
+    return psz;
+}
+
 #endif