From b8e9e17fac0c2ef930dd80dc6e63c5213d00018c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 12 Mar 2015 20:30:46 +0100 Subject: [PATCH] always show language dialog on windows --- gtk2_ardour/rc_option_editor.cc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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",