diff options
author | Seth Hitefield <sdhitefield@gmail.com> | 2016-08-11 14:30:33 -0400 |
---|---|---|
committer | Seth Hitefield <sdhitefield@gmail.com> | 2016-09-23 16:18:10 -0400 |
commit | c7ea78c37db2d36ace3051ce10bc94fe71501819 (patch) | |
tree | 411bfeedb42f84c45780e87187b63a96f49c825e /grc/gui/Dialogs.py | |
parent | 03af90b98904b636b6fca75c3a4837391e3c03e2 (diff) |
grc: gtk3: Renamed the ActionHandler to Application
Diffstat (limited to 'grc/gui/Dialogs.py')
-rw-r--r-- | grc/gui/Dialogs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gui/Dialogs.py b/grc/gui/Dialogs.py index da4b11a3b6..0eb88952b7 100644 --- a/grc/gui/Dialogs.py +++ b/grc/gui/Dialogs.py @@ -124,7 +124,7 @@ class TextDisplay(SimpleTextDisplay): logfile.write(buf.get_text(buf.get_start_iter(), buf.get_end_iter(), True)) - # Action functions are set by the ActionHandler's init function + # Action functions are set by the Application's init function def clear_cb(self, menu_item, web_view): """ Callback function to clear the text buffer """ Actions.CLEAR_CONSOLE() |