summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2006-03-28 00:49:02 +0000
committerDoug McLain <doug@nostar.net>2006-03-28 00:49:02 +0000
commit34c9e917c5674c4e4bbca02bc975c2ad08862570 (patch)
tree5bbbf435f2e4d12a9012d91dfe00d463d109105f /libs
parent948caba5889a7425cbca11c2eb339f27f5a27194 (diff)
set color of export dialog checkbox's to fix invisible port selectors. Set smaller button thickness. Changed ardour directories to ardour2 to avoid conflicts with legacy ardour
git-svn-id: svn://localhost/trunk/ardour2@421 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/globals.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ardour/globals.cc b/libs/ardour/globals.cc
index cad9edad8f..31de01916a 100644
--- a/libs/ardour/globals.cc
+++ b/libs/ardour/globals.cc
@@ -310,7 +310,7 @@ ARDOUR::get_user_ardour_path ()
}
path = envvar;
- path += "/.ardour/";
+ path += "/.ardour2/";
/* create it if necessary */
@@ -325,7 +325,7 @@ ARDOUR::get_system_ardour_path ()
string path;
path += DATA_DIR;
- path += "/ardour/";
+ path += "/ardour2/";
return path;
}
@@ -370,7 +370,7 @@ find_file (string name, string dir, string subdir = "")
/* C: dir/... */
path = dir;
- path += "/ardour/";
+ path += "/ardour2/";
if (subdir.length()) {
path += subdir + "/";