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:
Nick Mainsbridge 2008-01-08 14:46:59 +00:00
parent 596937443b
commit eb540eeaee

View file

@ -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);
}