X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fi18n.h;h=d004a729111fd20d9dd6ea9e816c68695bacbc5d;hb=18f465393b29c98904a2140132131950963c36b1;hp=0fae5e5ca06331fc52317265dd6868db3e7cb181;hpb=5c73926324ea56e652409b41dd7f308af02931e1;p=ardour.git 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__