add plural forms for pt to gtk2_ardour/po/pt.po
[ardour.git] / gtk2_ardour / cocoacarbon.mm
index 76b92cb91fa9b8a89366511de173e96d13fadb2c..592a55d09dc97a619c1c00f0d9e85ad8a653d398 100644 (file)
@@ -25,6 +25,9 @@
 #undef check
 #undef YES
 #undef NO
+#ifdef verify
+#undef verify
+#endif
 
 #include "ardour_ui.h"
 #include "actions.h"
 using namespace std;
 using namespace PBD;
 
-void
-ARDOUR_UI::platform_specific ()
-{
-       gtk_application_ready ();
-
-       if (!ARDOUR_COMMAND_LINE::finder_invoked_ardour) {
-               
-               /* if invoked from the command line, make sure we're visible */
-               
-               [NSApp activateIgnoringOtherApps:1];
-       } 
-}
-
-void
-ARDOUR_UI::platform_setup ()
-{
-}
-
 bool
 cocoa_open_url (const char* uri)
 {
@@ -75,14 +60,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 +103,6 @@ set_language_preference ()
         */
 
        cout << "LANG set to " << [nslocale UTF8String] << endl;
-       setenv ("LANG", [nslocale UTF8String], 0);
+        setenv ("LANG", [nslocale UTF8String], 0);
        CFRelease (cflocale);
 }