Path: Added revision suggested by @cheenes

Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org>
[skip ci]
This commit is contained in:
luzpaz
2020-12-02 06:57:19 -05:00
committed by luz paz
parent 5dc381a71d
commit 22c652f766

View File

@@ -115,7 +115,7 @@ def insert(filename, docname):
res = PathOpGui.CommandResources('Custom',
PathCustom.Create, PathCustomGui.TaskPanelOpPage,
'Path_Custom',
'Path_Custom', '', ''
QtCore.QT_TRANSLATE_NOOP('Path_Custom', 'Custom'), '', ''
)
obj.ViewObject.Proxy = PathOpGui.ViewProvider(obj.ViewObject, res)
obj.ViewObject.Proxy.setDeleteObjectsOnReject(False)