Oops, forgot to change orca to cthulhu in a couple of spots, no worky.

This commit is contained in:
Storm Dragon 2024-12-18 19:33:16 -05:00
parent d863cf0353
commit 53e6e095b3

View File

@ -211,12 +211,12 @@ class Script(script.Script):
self.inputEventHandlers["preferencesSettingsHandler"] = \ self.inputEventHandlers["preferencesSettingsHandler"] = \
input_event.InputEventHandler( input_event.InputEventHandler(
orca.showPreferencesGUI, cthulhu.showPreferencesGUI,
cmdnames.SHOW_PREFERENCES_GUI) cmdnames.SHOW_PREFERENCES_GUI)
self.inputEventHandlers["appPreferencesSettingsHandler"] = \ self.inputEventHandlers["appPreferencesSettingsHandler"] = \
input_event.InputEventHandler( input_event.InputEventHandler(
orca.showAppPreferencesGUI, cthulhu.showAppPreferencesGUI,
cmdnames.SHOW_APP_PREFERENCES_GUI) cmdnames.SHOW_APP_PREFERENCES_GUI)
self.inputEventHandlers["cycleSettingsProfileHandler"] = \ self.inputEventHandlers["cycleSettingsProfileHandler"] = \