~bzr/bzr-explorer/ppa-daily

« back to all changes in this revision

Viewing changes to lib/tool_dialogs.py

  • Committer: Andrew Starr-Bochicchio
  • Date: 2010-09-30 15:21:05 UTC
  • mfrom: (311.41.35 trunk)
  • Revision ID: a.starr.b@gmail.com-20100930152105-g2p905ajjtox8oos
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
            ('bzr', gettext("Bazaar Command")),
37
37
            ('link', gettext("Web Link")),
38
38
            ('application', gettext("Local Application")),
 
39
            ('shell', gettext("Shell Command")),
39
40
            ])
40
41
        self.action_field = QtGui.QLineEdit()
41
42
        self.icon_field = self._build_icon_selector()