mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Use alphabet instead of numbers for new group names
This commit is contained in:
parent
710a22521f
commit
0929faf830
1 changed files with 2 additions and 2 deletions
|
|
@ -115,9 +115,9 @@ RouteGroupDialog::RouteGroupDialog (RouteGroup* g, bool creating_new)
|
|||
_share_monitoring.set_active (_group->is_monitoring());
|
||||
|
||||
if (_group->name ().empty()) {
|
||||
_initial_name = "1";
|
||||
_initial_name = bump_name_abc ("");
|
||||
while (!unique_name (_initial_name)) {
|
||||
_initial_name = bump_name_number (_initial_name);
|
||||
_initial_name = bump_name_abc (_initial_name);
|
||||
}
|
||||
_name.set_text (_initial_name);
|
||||
update();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue