Added a small hint to the compiler page in the settings dialog
This commit is contained in:
parent
40ca5f8002
commit
8a5806cd25
|
@ -115,7 +115,7 @@ AutoIncBuild=1
|
|||
MajorVer=1
|
||||
MinorVer=4
|
||||
Release=0
|
||||
Build=5
|
||||
Build=6
|
||||
Debug=0
|
||||
PreRelease=0
|
||||
Special=0
|
||||
|
@ -126,7 +126,7 @@ CodePage=1252
|
|||
[Version Info Keys]
|
||||
CompanyName=AMX Mod X Dev Team
|
||||
FileDescription=
|
||||
FileVersion=1.4.0.5
|
||||
FileVersion=1.4.0.6
|
||||
InternalName=gaben
|
||||
LegalCopyright=AMX Mod X Dev Team
|
||||
LegalTrademarks=
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -64,7 +64,7 @@ object frmSettings: TfrmSettings
|
|||
Top = 0
|
||||
Width = 351
|
||||
Height = 260
|
||||
ActivePage = jspHighlighter
|
||||
ActivePage = jspCompiler
|
||||
PropagateEnable = False
|
||||
Align = alClient
|
||||
OnChange = jplSettingsChange
|
||||
|
@ -820,9 +820,9 @@ object frmSettings: TfrmSettings
|
|||
object lblPAWNCompilerPath: TLabel
|
||||
Left = 4
|
||||
Top = 4
|
||||
Width = 45
|
||||
Width = 115
|
||||
Height = 13
|
||||
Caption = 'Compiler:'
|
||||
Caption = 'Compiler (amxxpc.exe):'
|
||||
end
|
||||
object lblPAWNArgs: TLabel
|
||||
Left = 4
|
||||
|
|
Loading…
Reference in New Issue
Block a user