mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 21:06:03 +01:00
send theme change message to standart out.
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2843 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
596937443b
commit
eb540eeaee
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ load_rc_file (const string& filename, bool themechange)
|
|||
return;
|
||||
}
|
||||
|
||||
info << "Loading ui configuration file " << rcfile << endmsg;
|
||||
cerr << "Loading ui configuration file " << rcfile << endl;
|
||||
|
||||
Gtkmm2ext::UI::instance()->load_rcfile (rcfile, themechange);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue