Skip to content

Commit

Permalink
Merge pull request #4043 from andfoy/at_symbol_everywhere
Browse files Browse the repository at this point in the history
PR: Use the "at" symbol to represent the symbol finder everywhere
  • Loading branch information
ccordoba12 authored Jan 27, 2017
2 parents 7c11928 + dc4df11 commit 2c86f62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spyder/widgets/editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 2c86f62

Please sign in to comment.