diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-06-20 09:56:09 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-06-20 09:56:09 -0700 |
commit | 6eecbd89436bd73c903885803653481152403f98 (patch) | |
tree | 94528de794a80d958616945e740eb5971d5d7e45 /grc/gui/FileDialogs.py | |
parent | d7eaf6e1ed531c1e765905875669282ae79752ee (diff) | |
parent | 037b34f9de04eec6d31941abff4e53fec83b0fe5 (diff) |
Merge branch 'maint'
Diffstat (limited to 'grc/gui/FileDialogs.py')
-rw-r--r-- | grc/gui/FileDialogs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gui/FileDialogs.py b/grc/gui/FileDialogs.py index e9430b1f88..9d047b1ffd 100644 --- a/grc/gui/FileDialogs.py +++ b/grc/gui/FileDialogs.py @@ -199,7 +199,7 @@ class FileDialog(FileDialogHelper): Get the filename and destroy the dialog. Returns: - the filename or None if a close/cancel occured. + the filename or None if a close/cancel occurred. """ filename = self.get_rectified_filename() self.destroy() |