Display length & check digit of entered EAN-13 in metadata dialogue
[ardour.git] / gtk2_ardour / cocoacarbon.mm
index 76b92cb91fa9b8a89366511de173e96d13fadb2c..65648439726ddc3f870b1d5493f3240d5e7f2583 100644 (file)
@@ -25,6 +25,9 @@
 #undef check
 #undef YES
 #undef NO
+#ifdef verify
+#undef verify
+#endif
 
 #include "ardour_ui.h"
 #include "actions.h"
@@ -75,14 +78,6 @@ set_language_preference ()
 {
        gtk_disable_setlocale ();
 
-       if (g_getenv ("LANGUAGE") || g_getenv ("LC_ALL") || g_getenv ("LANG")) {
-               return;
-       }
-
-       if (g_getenv ("ARDOUR_EN")) {
-               return;
-       }
-
        /* the gettext manual is potentially misleading about the utility of
           LANGUAGE.  It notes that if LANGUAGE is set to include a dialect/region-free
           language code, like "it", it will assume that you mean the main
@@ -126,6 +121,6 @@ set_language_preference ()
         */
 
        cout << "LANG set to " << [nslocale UTF8String] << endl;
-       setenv ("LANG", [nslocale UTF8String], 0);
+        setenv ("LANG", [nslocale UTF8String], 0);
        CFRelease (cflocale);
 }