summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-03-12 20:30:46 +0100
committerRobin Gareus <robin@gareus.org>2015-03-12 20:31:06 +0100
commitb8e9e17fac0c2ef930dd80dc6e63c5213d00018c (patch)
tree92f16a8aebfb03b00c8130e8ee9bf6d25492d617 /gtk2_ardour/rc_option_editor.cc
parent7a730c229575915d3d487103cc08feeb25028721 (diff)
always show language dialog on windows
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc9
1 files changed, 8 insertions, 1 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index f9b9b37840..a3402072e8 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -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",