more i18n fixes, this time removing a hack that broke i18n in bundles, and also only...
[ardour.git] / libs / gtkmm2ext / utils.cc
index 14f3ba273271194120f0f82f725a65deacc6ddcb..4bc9113875c04dca7b13823b2d1af29146694586 100644 (file)
@@ -39,8 +39,9 @@ using namespace std;
 void
 Gtkmm2ext::init (const char* localedir)
 {
-       // Necessary for gettext
+#ifdef ENABLE_NLS
        (void) bindtextdomain(PACKAGE, localedir);
+#endif
 }
 
 void