mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 06:05:43 +01:00
correct the variable used to name the file when loading the default UI config file
This commit is contained in:
parent
6ccacf0a7b
commit
ce65dbfa21
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ UIConfiguration::load_defaults ()
|
|||
|
||||
// info << string_compose (_("Loading default ui configuration file %1"), rcfile) << endl;
|
||||
|
||||
if (!tree.read (default_ui_config_file_name)) {
|
||||
if (!tree.read (rcfile)) {
|
||||
error << string_compose(_("cannot read default ui configuration file \"%1\""), rcfile) << endmsg;
|
||||
return -1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue