Skip to content

Commit

Permalink
Rename GlobalPreferences to GeneralPreferences
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzmann committed Mar 8, 2014
1 parent e6bc831 commit 652e073
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gui/builtinPreferenceViews/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__all__ = ["pyfaGlobalPreferences","pyfaHTMLExportPreferences","pyfaUpdatePreferences","pyfaProxyPreferences"]
__all__ = ["pyfaGeneralPreferences","pyfaHTMLExportPreferences","pyfaUpdatePreferences","pyfaProxyPreferences"]
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import gui.globalEvents as GE


class PFGlobalPref ( PreferenceView):
class PFGeneralPref ( PreferenceView):
title = "General"

def populatePanel( self, panel ):
Expand Down Expand Up @@ -89,4 +89,4 @@ def OnCBGlobalDmgPatternStateChange(self, event):
def getImage(self):
return bitmapLoader.getBitmap("prefs_settings", "icons")

PFGlobalPref.register()
PFGeneralPref.register()

0 comments on commit 652e073

Please sign in to comment.