Changeset 469 for trunk/Start.pas
- Timestamp:
- Dec 3, 2023, 8:33:43 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Start.pas
r468 r469 6 6 uses 7 7 GameServer, Messg, ButtonBase, ButtonA, ButtonC, ButtonB, Area, Types, 8 LCLIntf, LCLType, SysUtils, Classes, System.UITypes,8 LCLIntf, LCLType, SysUtils, Classes, 9 9 Registry, DrawDlg, Generics.Collections, Protocol, MiniMap, Brain, Translator, 10 10 {$IFDEF DPI}Dpi.Graphics, Dpi.Controls, Dpi.Forms, Dpi.StdCtrls, Dpi.Menus{$ELSE} … … 229 229 end; 230 230 LoadConfig; 231 LoadAssets;231 //LoadAssets; 232 232 LoadLanguages; 233 233 … … 682 682 begin 683 683 Canvas.Font.Assign(UniFont[ftCaption]); 684 // Canvas.Font.Style :=Canvas.Font.Style+[fsUnderline];684 // Canvas.Font.Style := Canvas.Font.Style + [fsUnderline]; 685 685 RisedTextOut(Canvas, xActionIcon + 99, Y, 686 686 Format(Phrases2.Lookup('ACTIONHEADER_WEB'), [CevoHomepageShort]));
Note:
See TracChangeset
for help on using the changeset viewer.