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

« back to all changes in this revision

Viewing changes to spyderlib/widgets/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:
326
326
                                text_beside_icon=True)
327
327
        self.connect(self.ok_button, SIGNAL('clicked()'), self.update_combos)
328
328
        self.stop_button = create_toolbutton(self, text=_("Stop"),
329
 
                                icon=get_icon("terminate.png"),
 
329
                                icon=get_icon("stop.png"),
330
330
                                triggered=lambda: self.emit(SIGNAL('stop()')),
331
331
                                tip=_("Stop search"),
332
332
                                text_beside_icon=True)