diff options
author | Colin Guthrie <cguthrie@mandriva.org> | 2009-06-27 22:37:46 +0100 |
---|---|---|
committer | Colin Guthrie <cguthrie@mandriva.org> | 2009-06-27 22:37:46 +0100 |
commit | 61cae8cd403ab6ff5e75d51edd0158e9335865fb (patch) | |
tree | e5617decedcf639bfdacde28bdaf17bcb76668a9 /src/sourceoutputwidget.h | |
parent | 159609135f34c2791eee7f2d6576e50fff80fa6a (diff) |
Rename a variable to make it more generic
Diffstat (limited to 'src/sourceoutputwidget.h')
-rw-r--r-- | src/sourceoutputwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sourceoutputwidget.h b/src/sourceoutputwidget.h index 4eaf613..36c4cc6 100644 --- a/src/sourceoutputwidget.h +++ b/src/sourceoutputwidget.h @@ -48,7 +48,7 @@ private: MainWindow *mpMainWindow; uint32_t mSourceIndex; - Gtk::Menu terminateMenu; + Gtk::Menu contextMenu; Gtk::MenuItem terminate; void clearMenu(); |