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

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