summaryrefslogtreecommitdiff
path: root/gtk2_ardour/i18n.h
diff options
context:
space:
mode:
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__