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
@@ -2746,7 +2746,7 @@ class GuiDocEditHeader(QWidget):
def _editDocument(self):
"""Open the edit item dialog from the main GUI.
"""
self.mainGui.editItem(self._docHandle)
self.mainGui.editItemLabel(self._docHandle)
return
def _searchDocument(self):