Added proxy icon, removed help text for global char and profile options

This commit is contained in:
blitzmann
2014-03-02 22:23:49 -05:00
parent ea3969e1e3
commit 91b2eff7b4
3 changed files with 1 additions and 6 deletions

View File

@@ -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

View File

@@ -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()

BIN
icons/prefs_proxy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB