Changeset 385 for trunk/LocalPlayer/Term.pas
- Timestamp:
- Apr 27, 2021, 6:42:29 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Term.pas
r364 r385 3440 3440 NoMapPanel := TIsoMap.Create; 3441 3441 3442 KeyBindings.LoadFromRegistry(HKEY_CURRENT_USER, AppRegistryKey + '\KeyBindings');3443 3442 UpdateKeyShortcuts; 3444 3443 … … 3539 3538 I: Integer; 3540 3539 begin 3541 KeyBindings.SaveToRegistry(HKEY_CURRENT_USER, AppRegistryKey + '\KeyBindings');3542 3540 MainFormKeyDown := nil; 3543 3541 FreeAndNil(sb);
Note:
See TracChangeset
for help on using the changeset viewer.