always show language dialog on windows
authorRobin Gareus <robin@gareus.org>
Thu, 12 Mar 2015 19:30:46 +0000 (20:30 +0100)
committerRobin Gareus <robin@gareus.org>
Thu, 12 Mar 2015 19:31:06 +0000 (20:31 +0100)
gtk2_ardour/rc_option_editor.cc

index f9b9b3784052bf17bc77c80eba473197ab27cced..a3402072e882d8e7c032696418ce47fa8dc9120a 100644 (file)
@@ -2203,7 +2203,14 @@ RCOptionEditor::RCOptionEditor ()
 
        /* USER INTERACTION */
 
-       if (getenv ("ARDOUR_BUNDLED")) {
+       if (
+#ifdef PLATFORM_WINDOWS
+                       true
+#else
+                       getenv ("ARDOUR_BUNDLED")
+#endif
+          )
+       {
                add_option (_("User interaction"), 
                            new BoolOption (
                                    "enable-translation",