~chronoscz/c-evo/trunk

« back to all changes in this revision

Viewing changes to LocalPlayer/Enhance.pas

  • Committer: chronos
  • Date: 2022-04-28 20:46:44 UTC
  • Revision ID: svn-v4:df67fc5e-c296-4801-ab9c-02011ead39ce:trunk:432
* Fixed: Incorrectly renamed function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
383
383
begin
384
384
  ShortCut := KeyToShortCut(Key, Shift);
385
385
  if BHelp.Test(ShortCut) then
386
 
    HelpDlg.ShowNewContent(WindowModePersistent(FWindowMode), hkText,
 
386
    HelpDlg.ShowNewContent(WindowModeMakePersistent(FWindowMode), hkText,
387
387
      HelpDlg.TextIndex('MACRO'))
388
388
end;
389
389