Don't show DSP stats of inserts that don't collect them.
[ardour.git] / gtk2_ardour / bundle_env_cocoa.cc
index a1bf3a311ab33a4d812bbc80e97d7be63e39feb5..197111f38498ddca97a94523502cb01790535ca4 100644 (file)
@@ -108,7 +108,7 @@ fixup_bundle_environment (int argc, char* argv[], string & localedir)
 
        bundle_dir = Glib::path_get_dirname (exec_dir);
 
-#ifdef ENABLE_NLS
+#if ENABLE_NLS
        if (!ARDOUR::translations_are_enabled ()) {
                localedir = "/this/cannot/exist";
        } else {