From dc4df11fa196113df6924d9d6ae9bbd7ed2612b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Andr=C3=A9s=20Margffoy=20Tuay?= Date: Tue, 24 Jan 2017 17:31:12 -0500 Subject: [PATCH] Now the ampersand symbol simbolizes the symbol finder --- spyder/widgets/editor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spyder/widgets/editor.py b/spyder/widgets/editor.py index dbc30eed3e1..a4fff83f930 100644 --- a/spyder/widgets/editor.py +++ b/spyder/widgets/editor.py @@ -346,9 +346,9 @@ def __init__(self, parent, actions): fileswitcher_action = create_action(self, _("File switcher..."), icon=ima.icon('filelist'), triggered=self.open_fileswitcher_dlg) - symbolfinder_action = create_action(self, + symbolfinder_action = create_action(self, _("Find symbols in file..."), - icon=ima.icon('filelist'), + icon=ima.icon('symbol_find'), triggered=self.open_symbolfinder_dlg) copy_to_cb_action = create_action(self, _("Copy path to clipboard"), icon=ima.icon('editcopy'),