13
0

always show language dialog on windows

This commit is contained in:
Robin Gareus 2015-03-12 20:30:46 +01:00
parent 7a730c2295
commit b8e9e17fac

View 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",