~ubuntu-branches/ubuntu/wily/spyder/wily

« back to all changes in this revision

Viewing changes to spyderlib/plugins/findinfiles.py

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2015-01-15 12:20:11 UTC
  • mfrom: (18.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20150115122011-cc7j5dhy2h9uo13m
Tags: 2.3.2+dfsg-1ubuntu1
Backport patch to support pylint3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
                     SIGNAL("refresh_findinfiles()"), self.refreshdir)
113
113
        
114
114
        findinfiles_action = create_action(self, _("&Find in files"),
115
 
                                   "Ctrl+Shift+F", 'findf.png',
 
115
                                   icon='findf.png',
116
116
                                   triggered=self.findinfiles_callback,
117
117
                                   tip=_("Search text in multiple files"))        
118
118