- more refactoring class names

- moved some of the methods from the App class to the ObjectCollection class
This commit is contained in:
Marius Stanciu
2020-05-18 16:39:26 +03:00
committed by Marius
parent a0a805217d
commit 710a84b442
40 changed files with 5592 additions and 5596 deletions

View File

@@ -293,5 +293,5 @@ class ToolImage(AppTool):
# Register recent file
self.app.file_opened.emit("image", filename)
# AppGUI feedback
# GUI feedback
self.app.inform.emit('[success] %s: %s' % (_("Opened"), filename))