Add real icons for the new pref pages

This commit is contained in:
blitzman
2017-03-13 21:46:48 -04:00
parent a4d07a4611
commit 4ffec21cd3
8 changed files with 4 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ class PFGeneralPref(PreferenceView):
'''
def getImage(self):
return BitmapLoader.getBitmap("prefs_settings", "gui")
return BitmapLoader.getBitmap("settings_log", "gui")
PFGeneralPref.register()