Added proxy icon, removed help text for global char and profile options
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
BIN
icons/prefs_proxy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
Reference in New Issue
Block a user