Ignore:
Timestamp:
Apr 28, 2022, 10:46:44 PM (2 years ago)
Author:
chronos
Message:
  • Fixed: Incorrectly renamed function.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/CityType.pas

    r431 r432  
    246246  begin
    247247    if ssShift in Shift then
    248       HelpDlg.ShowNewContent(WindowModePersistent(FWindowMode), hkImp,
     248      HelpDlg.ShowNewContent(WindowModeMakePersistent(FWindowMode), hkImp,
    249249        MyData.ImpOrder[ctype, i])
    250250    else
     
    263263  begin
    264264    if ssShift in Shift then
    265       HelpDlg.ShowNewContent(WindowModePersistent(FWindowMode), hkImp, Pooliix[i])
     265      HelpDlg.ShowNewContent(WindowModeMakePersistent(FWindowMode), hkImp, Pooliix[i])
    266266    else
    267267    begin
Note: See TracChangeset for help on using the changeset viewer.