Skip to content

Commit f54bab5

Browse files
committed
added new button for renaming workbenches
1 parent 93c0512 commit f54bab5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qgist/workbench/ui_manager_base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ def _init_dialogtoolbar(ui_dict, toolbar_layout, plugin_root_fld):
110110
for name, title, icon in [
111111
('new', translate('global', 'New workbench'), 'FileNew.svg'),
112112
('delete', translate('global', 'Delete workbench'), 'Delete.svg'),
113-
('save', translate('global', 'Save workbenche'), 'Save.svg'),
113+
('save', translate('global', 'Save workbench'), 'Save.svg'),
114+
('rename', translate('global', 'Rename workbench'), 'Rename.svg'),
114115
]:
115116

116117
toolbutton = QToolButton()

0 commit comments

Comments
 (0)