diff --git a/gui/builtinPreferenceViews/pyfaGlobalPreferences.py b/gui/builtinPreferenceViews/pyfaGlobalPreferences.py index 22384b932..a08b5e46f 100644 --- a/gui/builtinPreferenceViews/pyfaGlobalPreferences.py +++ b/gui/builtinPreferenceViews/pyfaGlobalPreferences.py @@ -14,11 +14,6 @@ class PFGlobalPref ( PreferenceView): title = "General" def populatePanel( self, panel ): - charHelpText = '''Each fit has a character assigned to it, with different fits having different -character. Choose this option if you do not want to switch characters in between fits.''' - dmgHelpText = '''Each fit has a damage profile character assigned to it, with different fits having different -profiles. Choose this option if you do not want to switch profiles in between fits.''' - self.mainFrame = gui.mainFrame.MainFrame.getInstance() self.dirtySettings = False diff --git a/gui/builtinPreferenceViews/pyfaProxyPreferences.py b/gui/builtinPreferenceViews/pyfaProxyPreferences.py index 711eefa7a..4e783733e 100644 --- a/gui/builtinPreferenceViews/pyfaProxyPreferences.py +++ b/gui/builtinPreferenceViews/pyfaProxyPreferences.py @@ -167,6 +167,6 @@ class PFProxyPref ( PreferenceView): self.editProxySettingsPort.Disable() def getImage(self): - return bitmapLoader.getBitmap("prefs_settings", "icons") + return bitmapLoader.getBitmap("prefs_proxy", "icons") PFProxyPref.register() \ No newline at end of file diff --git a/icons/prefs_proxy.png b/icons/prefs_proxy.png new file mode 100644 index 000000000..e54b67685 Binary files /dev/null and b/icons/prefs_proxy.png differ