mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
finalize PROGRAM_NAME change for ardour3
git-svn-id: svn://localhost/ardour2/branches/3.0@6759 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b56ad64ee3
commit
44f4b84551
18 changed files with 53 additions and 52 deletions
|
|
@ -132,7 +132,7 @@ ArdourKeyboard::setup_keybindings ()
|
|||
if ( ! find_file_in_search_path (spath, keybindings_path, keybindings_file)) {
|
||||
|
||||
if (keybindings_path == default_bindings) {
|
||||
error << _("Default keybindings not found - Ardour will be hard to use!") << endmsg;
|
||||
error << string_compose (_("Default keybindings not found - %1 will be hard to use!"), PROGRAM_NAME) << endmsg;
|
||||
return;
|
||||
} else {
|
||||
warning << string_compose (_("Key bindings file \"%1\" not found. Default bindings used instead"),
|
||||
|
|
@ -156,7 +156,7 @@ ArdourKeyboard::setup_keybindings ()
|
|||
|
||||
if (!Glib::file_test (keybindings_path, Glib::FILE_TEST_EXISTS)) {
|
||||
if (keybindings_path == default_bindings) {
|
||||
error << _("Default keybindings not found - Ardour will be hard to use!") << endmsg;
|
||||
error << string_compose (_("Default keybindings not found - %1 will be hard to use!"), PROGRAM_NAME) << endmsg;
|
||||
return;
|
||||
} else {
|
||||
warning << string_compose (_("Key bindings file \"%1\" not found. Default bindings used instead"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue