Rename tweaks icon to have a more appropriate name

This commit is contained in:
Kovid Goyal 2016-10-03 22:34:03 +05:30
parent ecda97d43e
commit 9722d1e946
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -1217,7 +1217,7 @@ class Plugins(PreferencesPlugin):
class Tweaks(PreferencesPlugin): class Tweaks(PreferencesPlugin):
name = 'Tweaks' name = 'Tweaks'
icon = I('drawer.png') icon = I('tweaks.png')
gui_name = _('Tweaks') gui_name = _('Tweaks')
category = 'Advanced' category = 'Advanced'
gui_category = _('Advanced') gui_category = _('Advanced')