summaryrefslogtreecommitdiffstats
path: root/gettext.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-29 11:20:49 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-29 11:27:41 -0800
commit6a579dc9c0b6f2ff01795cda67cf8e35aa55accf (patch)
tree0d65c5b7f4a53633a8e5b009fb96bc5324166c5b /gettext.h
parent82ac264815e57f5720e149ef633685e7fa7fed65 (diff)
downloadsubsurface-6a579dc9c0b6f2ff01795cda67cf8e35aa55accf.tar.gz
Add comment for "below floor" event
This one is a tough one for translators. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'gettext.h')
-rw-r--r--gettext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gettext.h b/gettext.h
index 84910bb23..43ff023c7 100644
--- a/gettext.h
+++ b/gettext.h
@@ -5,5 +5,6 @@
extern const char *trGettext(const char *);
#define translate(_context, arg) trGettext(arg)
#define QT_TRANSLATE_NOOP(_context, arg) arg
+#define QT_TRANSLATE_NOOP3(_context, arg, _comment) arg
#endif // MYGETTEXT_H