mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +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
|
|
@ -924,8 +924,8 @@ private:
|
|||
|
||||
|
||||
RCOptionEditor::RCOptionEditor ()
|
||||
: OptionEditor (Config, _("Ardour Preferences")),
|
||||
_rc_config (Config)
|
||||
: OptionEditor (Config, string_compose (_("%1 Preferences"), PROGRAM_NAME))
|
||||
, _rc_config (Config)
|
||||
{
|
||||
/* MISC */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue