Changeset 460 for trunk/LocalPlayer/Enhance.pas
- Timestamp:
- Nov 28, 2023, 3:16:24 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Enhance.pas
r457 r460 5 5 6 6 uses 7 ScreenTools, BaseWin, Protocol, ClientTools, Term,LCLIntf, LCLType, SysUtils,7 ScreenTools, BaseWin, Protocol, ClientTools, LCLIntf, LCLType, SysUtils, 8 8 Classes, Graphics, Controls, Forms, IsoEngine, ButtonB, ButtonC, Menus; 9 9 … … 43 43 end; 44 44 45 var46 EnhanceDlg: TEnhanceDlg;47 48 45 49 46 implementation 50 47 51 48 uses 52 Help, KeyBindings ;49 Help, KeyBindings, Term; 53 50 54 51 {$R *.lfm} … … 382 379 ShortCut := KeyToShortCut(Key, Shift); 383 380 if BHelp.Test(ShortCut) then 384 HelpDlg.ShowNewContent(WindowModeMakePersistent(FWindowMode), hkText,385 HelpDlg.TextIndex('MACRO'))381 MainScreen.HelpDlg.ShowNewContent(WindowModeMakePersistent(FWindowMode), hkText, 382 MainScreen.HelpDlg.TextIndex('MACRO')) 386 383 end; 387 384
Note:
See TracChangeset
for help on using the changeset viewer.