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

@@ -73,7 +73,7 @@ class PFFittingEnginePref(PreferenceView):
self.sFit.serviceFittingOptions["useGlobalForceReload"] = self.cbGlobalForceReload.GetValue()
def getImage(self):
return BitmapLoader.getBitmap("prefs_settings", "gui")
return BitmapLoader.getBitmap("settings_fitting", "gui")
def OnWindowLeave(self, event):
# We don't want to do anything when they leave,