diff --git a/src/ce_shortcutseditor.pas b/src/ce_shortcutseditor.pas index 3211d9a3..4d60bebf 100644 --- a/src/ce_shortcutseditor.pas +++ b/src/ce_shortcutseditor.pas @@ -193,7 +193,7 @@ begin case anEvent of oeeSelectCat: updateFromObservers; end; - // TODO-cfeature: pass new shortcut to observer + // other events are not called when the option editor is not oekGeneric. end; {$ENDREGION}