Make 'All' the default category in the actions dialog box
Registered by
Stani
Many people seem:
- not to know Phatch has more actions
- to prefer the category 'All' by default
Whiteboard
http://
$ bzr diff
=== modified file 'phatch/
--- phatch/
+++ phatch/
@@ -44,7 +44,7 @@
'verbose': True,
#gui
- 'tag_actions': _('default'),
+ 'tag_actions': _('All'),
'droplet': False,
(?)