diff options
Diffstat (limited to 'invest-applet')
-rw-r--r-- | invest-applet/invest/applet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/invest-applet/invest/applet.py b/invest-applet/invest/applet.py index 2210599f..117faa6e 100644 --- a/invest-applet/invest/applet.py +++ b/invest-applet/invest/applet.py @@ -25,7 +25,7 @@ class InvestApplet(MatePanelApplet.Applet): self.applet = applet # name, stock_id, label, accellerator, tooltip, callback - menu_actions = [("About", Gtk.STOCK_HELP, _("About"), None, None, self.on_about), + menu_actions = [("About", Gtk.STOCK_ABOUT, _("About"), None, None, self.on_about), ("Help", Gtk.STOCK_HELP, _("Help"), None, None, self.on_help), ("Prefs", Gtk.STOCK_PREFERENCES, _("Preferences"), None, None, self.on_preferences), ("Refresh", Gtk.STOCK_REFRESH, _("Refresh"), None, None, self.on_refresh) |