Create and make default the new rc file ardour2_ui.rc, with new font definitions

git-svn-id: svn://localhost/trunk/ardour2@166 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Doug McLain 2005-12-05 04:43:00 +00:00
parent 7d1f1eeb20
commit 68c9ae93de
2 changed files with 3 additions and 3 deletions

View File

@ -222,7 +222,7 @@ if env['NLS']:
env.Alias('install', env.InstallAs(os.path.join(install_prefix, 'bin')+'/ardour', ardour))
env.Alias('install', env.Install(os.path.join(config_prefix, 'ardour'), 'ardour_ui.rc'))
env.Alias('install', env.Install(os.path.join(config_prefix, 'ardour'), 'ardour2_ui.rc'))
env.Alias('install', env.Install(os.path.join(config_prefix, 'ardour'), 'ardour-menus.xml'))
env.Alias('install', env.Install(os.path.join(install_prefix, 'share/ardour'), 'splash.ppm'))
env.Alias('install', env.Install(os.path.join(install_prefix, 'share/ardour/glade'), glade_files))
@ -232,7 +232,7 @@ env.Alias ('tarball', env.Distribute (env['DISTTREE'],
[ 'SConscript',
'i18n.h', 'gettext.h',
'editor_xpms', 'misc_xpms', 'transport_xpms',
'ardour_ui.rc', 'splash.ppm'
'ardour2_ui.rc', 'splash.ppm'
] +
gtkardour_files + vst_files + glade_files +
glob.glob('po/*.po') + glob.glob('*.h')))

View File

@ -244,7 +244,7 @@ which_ui_rcfile ()
char* envvar;
if ((envvar = getenv("ARDOUR_UI_RC")) == 0) {
rcfile = find_config_file ("ardour_ui.rc");
rcfile = find_config_file ("ardour2_ui.rc");
if (rcfile.length() == 0) {
warning << _("Without a UI style file, ardour will look strange.\n Please set ARDOUR_UI_RC to point to a valid UI style file") << endmsg;