[exgui] Rename wnd_webrunform to unit_webrunform

This commit is contained in:
RD42
2023-11-07 23:47:38 +08:00
parent 075c1d5ace
commit 0dc9b5340e
3 changed files with 5 additions and 5 deletions

View File

@ -10,8 +10,8 @@ uses
RconConfig in 'RconConfig.pas' {fmRconConfig}, RconConfig in 'RconConfig.pas' {fmRconConfig},
ServerProperties in 'ServerProperties.pas' {fmServerProperties}, ServerProperties in 'ServerProperties.pas' {fmServerProperties},
Settings in 'Settings.pas' {fmSettings}, Settings in 'Settings.pas' {fmSettings},
wnd_webrunform in 'wnd_webrunform.pas' {wnd_webrunform}, Rcon in 'Rcon.pas' {fmRcon},
Rcon in 'Rcon.pas' {fmRcon}; unit_webrunform in 'unit_webrunform.pas' {wnd_webrunform};
{$R *.res} {$R *.res}

View File

@ -19,8 +19,8 @@ object wnd_webrunform: Twnd_webrunform
object Label1: TLabel object Label1: TLabel
Left = 11 Left = 11
Top = 11 Top = 11
Width = 358 Width = 213
Height = 30 Height = 14
Caption = 'Play on this server now or add to favorites?' Caption = 'Play on this server now or add to favorites?'
Font.Charset = DEFAULT_CHARSET Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText Font.Color = clWindowText

View File

@ -1,4 +1,4 @@
unit wnd_webrunform; unit unit_webrunform;
interface interface