Changeset 178 for trunk/Packages/Common/Forms/FormKeyShortcuts.pas
- Timestamp:
- Aug 27, 2024, 9:53:16 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Forms/FormKeyShortcuts.pas
r177 r178 6 6 Classes, SysUtils, FileUtil, LResources, Forms, Controls, Graphics, Dialogs, 7 7 ComCtrls, ActnList, LCLProc, Menus, FormEx, Generics.Collections, ImgList, 8 ListViewSort;8 StdCtrls, ListViewSort; 9 9 10 10 type … … 42 42 SMainForm = 'Main window'; 43 43 SGlobal = 'Global'; 44 // TODO: https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/41095 45 {$hints off} 46 SAction = 'Action'; 47 SWindow = 'Window'; 48 SExecute = 'Execute'; 49 SShortcut = 'Shortcut'; 50 SKeyShortcuts = 'Key shortcuts'; 44 51 45 52 { TFormKeyShortcuts }
Note:
See TracChangeset
for help on using the changeset viewer.