Deprecation stuff

This commit is contained in:
Ryan Holmes
2017-06-14 01:03:59 -04:00
parent 8c5c7fba29
commit 4b8f2ce9e7
10 changed files with 31 additions and 31 deletions

View File

@@ -21,7 +21,7 @@ class PFGeneralPref(PreferenceView):
self.openFitsSettings = SettingsProvider.getInstance().getSettings("pyfaPrevOpenFits",
{"enabled": False, "pyfaOpenFits": []})
helpCursor = wx.StockCursor(wx.CURSOR_QUESTION_ARROW)
helpCursor = wx.Cursor(wx.CURSOR_QUESTION_ARROW)
mainSizer = wx.BoxSizer(wx.VERTICAL)