Rename the main GUI function for editing an item

This commit is contained in:
Veronica Berglyd Olsen
2022-06-11 18:48:22 +02:00
parent 8d427f40c6
commit 2cc8be5776
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -804,7 +804,7 @@ class GuiMain(QMainWindow):
return True
def editItem(self, tHandle=None):
def editItemLabel(self, tHandle=None):
"""Open the edit item dialog.
"""
if not self.hasProject: