fix papercut: OKDialogs which are modal but can hide behind gramps are very
annoying: fix 6 of them in often used tools svn: r14387
This commit is contained in:
@@ -142,7 +142,8 @@ class ChangeNames(Tool.BatchTool, ManagedWindow.ManagedWindow):
|
||||
self.progress.close()
|
||||
self.close()
|
||||
OkDialog(_('No modifications made'),
|
||||
_("No capitalization changes were detected."))
|
||||
_("No capitalization changes were detected."),
|
||||
parent=uistate.window)
|
||||
|
||||
def name_cap(self, name):
|
||||
name.strip()
|
||||
|
||||
Reference in New Issue
Block a user