summaryrefslogtreecommitdiff
path: root/gtk2_ardour/i18n.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-28 19:46:30 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-28 19:46:30 +0000
commit23964284a4d5a4fb2e392d6dd73be05f15ef6c7b (patch)
tree03c59e5519f08a9f0f8efb5001aaae0fb96bf58e /gtk2_ardour/i18n.h
parent1a36890779a56208f066e6279e3f6ddbcf68578d (diff)
Hopefully fix some i18n bugs (#3565).
git-svn-id: svn://localhost/ardour2/branches/3.0@10833 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/i18n.h')
-rw-r--r--gtk2_ardour/i18n.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/i18n.h b/gtk2_ardour/i18n.h
index 0fae5e5ca0..d004a72911 100644
--- a/gtk2_ardour/i18n.h
+++ b/gtk2_ardour/i18n.h
@@ -34,6 +34,6 @@
/** Use this to translate strings that have different meanings in different places.
* Text should be of the form Context|Message.
*/
-#define S_(Text) sgettext (PACKAGE, Text)
+#define S_(Text) PBD::sgettext (PACKAGE, Text)
#endif // __i18n_h__