mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-07-18 17:38:12 +08:00
[exgui] Rename wnd_webrunform
to unit_webrunform
This commit is contained in:
@ -10,8 +10,8 @@ uses
|
||||
RconConfig in 'RconConfig.pas' {fmRconConfig},
|
||||
ServerProperties in 'ServerProperties.pas' {fmServerProperties},
|
||||
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}
|
||||
|
||||
|
@ -19,8 +19,8 @@ object wnd_webrunform: Twnd_webrunform
|
||||
object Label1: TLabel
|
||||
Left = 11
|
||||
Top = 11
|
||||
Width = 358
|
||||
Height = 30
|
||||
Width = 213
|
||||
Height = 14
|
||||
Caption = 'Play on this server now or add to favorites?'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
@ -1,4 +1,4 @@
|
||||
unit wnd_webrunform;
|
||||
unit unit_webrunform;
|
||||
|
||||
interface
|
||||
|
Reference in New Issue
Block a user