post-rebase manual fixups (GUI)

This commit is contained in:
Paul Davis 2021-08-12 10:06:24 -06:00
parent b6de89d35c
commit 0b2c03b0e9
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ int main (int argc, char *argv[])
SetErrorMode (prev_error_mode);
#endif
if (!ARDOUR::init (ARDOUR_COMMAND_LINE::use_vst, ARDOUR_COMMAND_LINE::try_hw_optimization, localedir.c_str(), true)) {
if (!ARDOUR::init (ARDOUR_COMMAND_LINE::try_hw_optimization, localedir.c_str(), true)) {
error << string_compose (_("could not initialize %1."), PROGRAM_NAME) << endmsg;
Gtk::Main main (argc, argv);
Gtk::MessageDialog msg (string_compose (_("Could not initialize %1 (likely due to corrupt config files).\n"