Make editor route list rec button respect group settings.
[ardour.git] / gtk2_ardour / opts.cc
index f2f255c953188e9b90dd43be2b5b9a99c4593963..4437a9d22411cf910d09c3405ea17a6bf53f8931 100644 (file)
@@ -21,7 +21,7 @@
 #include <iostream>
 #include <cstdlib>
 
-#include <ardour/session.h>
+#include "ardour/session.h"
 
 #include "opts.h"
 
@@ -78,7 +78,7 @@ ARDOUR_COMMAND_LINE::parse_opts (int argc, char *argv[])
 
        if (getenv ("ARDOUR_SAE")) {
                menus_file = "ardour-sae.menus";
-               keybindings_path = "ardour-sae";
+               keybindings_path = "SAE";
        }
 
        if (execname == 0) {
@@ -132,10 +132,9 @@ ARDOUR_COMMAND_LINE::parse_opts (int argc, char *argv[])
                        ARDOUR::Session::set_disable_all_loaded_plugins (true);
                        break;
 
-                case 'm':
-                        menus_file = optarg;
-                        break;
+               case 'm':
+                       menus_file = optarg;
+                       break;
 
                case 'n':
                        no_splash = false;