~ubuntu-branches/debian/sid/calibre/sid

« back to all changes in this revision

Viewing changes to src/calibre/gui2/actions/preferences.py

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2014-02-27 07:48:06 UTC
  • mto: This revision was merged to the branch mainline in revision 74.
  • Revision ID: package-import@ubuntu.com-20140227074806-64wdebb3ptosxhhx
Tags: upstream-1.25.0+dfsg
ImportĀ upstreamĀ versionĀ 1.25.0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
class PreferencesAction(InterfaceAction):
18
18
 
19
19
    name = 'Preferences'
20
 
    action_spec = (_('Preferences'), 'config.png', _('Configure calibre'), _('Ctrl+P'))
 
20
    action_spec = (_('Preferences'), 'config.png', _('Configure calibre'), 'Ctrl+P')
21
21
    action_add_menu = True
22
22
    action_menu_clone_qaction = _('Change calibre behavior')
23
23