Oops, forgot to change orca to cthulhu in a couple of spots, no worky.
This commit is contained in:
parent
d863cf0353
commit
53e6e095b3
@ -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"] = \
|
||||
|
Loading…
Reference in New Issue
Block a user