From 53e6e095b39be1991a5698d9f19a3f4e1e4a4816 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 18 Dec 2024 19:33:16 -0500 Subject: [PATCH] Oops, forgot to change orca to cthulhu in a couple of spots, no worky. --- src/cthulhu/scripts/default.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cthulhu/scripts/default.py b/src/cthulhu/scripts/default.py index 972d8a7..5a19f7a 100644 --- a/src/cthulhu/scripts/default.py +++ b/src/cthulhu/scripts/default.py @@ -211,12 +211,12 @@ class Script(script.Script): self.inputEventHandlers["preferencesSettingsHandler"] = \ input_event.InputEventHandler( - orca.showPreferencesGUI, + cthulhu.showPreferencesGUI, cmdnames.SHOW_PREFERENCES_GUI) self.inputEventHandlers["appPreferencesSettingsHandler"] = \ input_event.InputEventHandler( - orca.showAppPreferencesGUI, + cthulhu.showAppPreferencesGUI, cmdnames.SHOW_APP_PREFERENCES_GUI) self.inputEventHandlers["cycleSettingsProfileHandler"] = \