From 61cae8cd403ab6ff5e75d51edd0158e9335865fb Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sat, 27 Jun 2009 22:37:46 +0100 Subject: Rename a variable to make it more generic --- src/sourceoutputwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sourceoutputwidget.h') 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(); -- cgit