Ignore:
Timestamp:
Apr 26, 2022, 8:23:31 PM (2 years ago)
Author:
chronos
Message:
  • Fixed: Show correctly buttons on task bar with localized captions in windowed mode on Windows.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/TechTree.pas

    r315 r426  
    132132  NewHeight: Integer;
    133133begin
     134  Caption := Phrases2.Lookup('MENU_ADVTREE');
    134135  if Image = nil then begin
    135136    Image := TBitmap.Create;
Note: See TracChangeset for help on using the changeset viewer.