Change to new icon locations
This commit is contained in:
@@ -313,7 +313,7 @@ class PFGaugePref ( PreferenceView):
|
||||
self.cp103105E.Bind( wx.EVT_COLOURPICKER_CHANGED, self.OnColourChanged )
|
||||
|
||||
def getImage(self):
|
||||
return bitmapLoader.getBitmap("pref-gauges_big", "icons")
|
||||
return bitmapLoader.getBitmap("pref-gauges_big", "gui")
|
||||
|
||||
def InitDefaultColours(self):
|
||||
self.c0100S = wx.Colour(191, 191, 191, 255)
|
||||
|
||||
@@ -144,6 +144,6 @@ class PFGeneralPref ( PreferenceView):
|
||||
self.sFit.serviceFittingOptions["showMarketShortcuts"] = self.cbMarketShortcuts.GetValue()
|
||||
|
||||
def getImage(self):
|
||||
return bitmapLoader.getBitmap("prefs_settings", "icons")
|
||||
return bitmapLoader.getBitmap("prefs_settings", "gui")
|
||||
|
||||
PFGeneralPref.register()
|
||||
|
||||
@@ -76,6 +76,6 @@ class PFHTMLExportPref ( PreferenceView):
|
||||
self.HTMLExportSettings.setEnabled(self.exportEnabled.GetValue())
|
||||
|
||||
def getImage(self):
|
||||
return bitmapLoader.getBitmap("prefs_html", "icons")
|
||||
return bitmapLoader.getBitmap("prefs_html", "gui")
|
||||
|
||||
PFHTMLExportPref.register()
|
||||
|
||||
@@ -223,6 +223,6 @@ class PFNetworkPref ( PreferenceView):
|
||||
self.editProxySettingsPort.Disable()
|
||||
|
||||
def getImage(self):
|
||||
return bitmapLoader.getBitmap("prefs_proxy", "icons")
|
||||
return bitmapLoader.getBitmap("prefs_proxy", "gui")
|
||||
|
||||
PFNetworkPref.register()
|
||||
|
||||
@@ -99,6 +99,6 @@ class PFUpdatePref (PreferenceView):
|
||||
wx.LaunchDefaultBrowser('https://github.com/DarkFenX/Pyfa/releases/tag/'+self.UpdateSettings.get('version'))
|
||||
|
||||
def getImage(self):
|
||||
return bitmapLoader.getBitmap("prefs_update", "icons")
|
||||
return bitmapLoader.getBitmap("prefs_update", "gui")
|
||||
|
||||
PFUpdatePref.register()
|
||||
|
||||
Reference in New Issue
Block a user