Changeset 426 for trunk/Settings.pas


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/Settings.pas

    r424 r426  
    55uses
    66  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
    7   LCLProc, ScreenTools, Messg, ButtonA, Registry, Directories, DrawDlg, ButtonC,
     7  LCLProc, ScreenTools, Messg, ButtonA, Directories, DrawDlg, ButtonC,
    88  UKeyBindings, ULanguages;
    99
     
    193193procedure TSettingsDlg.FormShow(Sender: TObject);
    194194begin
     195  Caption := Phrases2.Lookup('ACTIONHEADER_CONFIG');
    195196  ReloadLanguages;
    196197  StartDlg.Translator.LanguageListToStrings(ListLanguages.Items);
Note: See TracChangeset for help on using the changeset viewer.