Changeset 456 for trunk/Start.pas
- Timestamp:
- May 30, 2023, 11:31:10 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Start.pas
r447 r456 7 7 GameServer, Messg, ButtonBase, ButtonA, ButtonC, ButtonB, Area, Types, 8 8 LCLIntf, LCLType, SysUtils, Classes, Graphics, Controls, Forms, StdCtrls, 9 Menus, Registry, DrawDlg, Generics.Collections, Protocol, UMiniMap, UBrain,10 UTranslator;9 Menus, Registry, DrawDlg, Generics.Collections, Protocol, MiniMap, Brain, 10 Translator; 11 11 12 12 type … … 151 151 152 152 uses 153 Global, Directories, Direct, ScreenTools, Inp, Back, Settings, UKeyBindings,154 ULanguages;153 Global, Directories, Direct, ScreenTools, Inp, Back, Settings, KeyBindings, 154 Languages; 155 155 156 156 {$R *.lfm} … … 435 435 end; 436 436 437 KeyBindings. LoadFromRegistry(HKEY_CURRENT_USER, AppRegistryKey + '\KeyBindings');437 KeyBindings.KeyBindings.LoadFromRegistry(HKEY_CURRENT_USER, AppRegistryKey + '\KeyBindings'); 438 438 end; 439 439 … … 459 459 end; 460 460 461 KeyBindings. SaveToRegistry(HKEY_CURRENT_USER, AppRegistryKey + '\KeyBindings');461 KeyBindings.KeyBindings.SaveToRegistry(HKEY_CURRENT_USER, AppRegistryKey + '\KeyBindings'); 462 462 end; 463 463
Note:
See TracChangeset
for help on using the changeset viewer.