summaryrefslogtreecommitdiff
path: root/gtk2_ardour/main.cc
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2006-05-27 02:19:30 +0000
committerDoug McLain <doug@nostar.net>2006-05-27 02:19:30 +0000
commit0354401e0016060701cf4869557cff3004511733 (patch)
tree0b604e85151423884d4ee1ec3bfcaf26d9570d2e /gtk2_ardour/main.cc
parent6d07483a78301b70acc810a083403a1d7ec292ed (diff)
Added cerr output informing where ardour2_ui.rc is being loaded from, and add clearlooks engine as default
git-svn-id: svn://localhost/trunk/ardour2@543 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/main.cc')
-rw-r--r--gtk2_ardour/main.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/main.cc b/gtk2_ardour/main.cc
index b4eb2df9e9..20630e4f1c 100644
--- a/gtk2_ardour/main.cc
+++ b/gtk2_ardour/main.cc
@@ -251,8 +251,10 @@ which_ui_rcfile ()
if (rcfile.empty()) {
warning << _("Without a UI style file, ardour will look strange.\n Please set ARDOUR2_UI_RC to point to a valid UI style file") << endmsg;
+ } else {
+ cerr << "Loading ui configuration file " << rcfile << endl;
}
-
+
return rcfile;
}