mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
tweak control surface config window title
This commit is contained in:
parent
4bd66dd17c
commit
931d4735bb
1 changed files with 1 additions and 1 deletions
|
|
@ -1411,7 +1411,7 @@ private:
|
||||||
}
|
}
|
||||||
WindowTitle title (Glib::get_application_name());
|
WindowTitle title (Glib::get_application_name());
|
||||||
title += row[_model.name];
|
title += row[_model.name];
|
||||||
title += _(": Configuration");
|
title += _("Configuration");
|
||||||
/* once created, the window is managed by the surface itself (as ->get_parent())
|
/* once created, the window is managed by the surface itself (as ->get_parent())
|
||||||
* Surface's tear_down_gui() is called on session close, when de-activating
|
* Surface's tear_down_gui() is called on session close, when de-activating
|
||||||
* or re-initializing a surface.
|
* or re-initializing a surface.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue