mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
session prefs editor gets renamed as session properties
git-svn-id: svn://localhost/ardour2/branches/3.0@7223 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
dab0dacc66
commit
fcbb78b010
2 changed files with 4 additions and 2 deletions
|
|
@ -138,9 +138,11 @@ private:
|
|||
};
|
||||
|
||||
SessionOptionEditor::SessionOptionEditor (Session* s)
|
||||
: OptionEditor (&(s->config), _("Session Preferences"))
|
||||
: OptionEditor (&(s->config), _("Session Properties"))
|
||||
, _session_config (&(s->config))
|
||||
{
|
||||
set_name ("SessionProperties");
|
||||
|
||||
/* SYNC */
|
||||
|
||||
ComboOption<uint32_t>* spf = new ComboOption<uint32_t> (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue