Added a small hint to the compiler page in the settings dialog

This commit is contained in:
Christian Hammacher 2005-12-18 19:31:50 +00:00
parent 40ca5f8002
commit 8a5806cd25
4 changed files with 5 additions and 5 deletions

View File

@ -115,7 +115,7 @@ AutoIncBuild=1
MajorVer=1 MajorVer=1
MinorVer=4 MinorVer=4
Release=0 Release=0
Build=5 Build=6
Debug=0 Debug=0
PreRelease=0 PreRelease=0
Special=0 Special=0
@ -126,7 +126,7 @@ CodePage=1252
[Version Info Keys] [Version Info Keys]
CompanyName=AMX Mod X Dev Team CompanyName=AMX Mod X Dev Team
FileDescription= FileDescription=
FileVersion=1.4.0.5 FileVersion=1.4.0.6
InternalName=gaben InternalName=gaben
LegalCopyright=AMX Mod X Dev Team LegalCopyright=AMX Mod X Dev Team
LegalTrademarks= LegalTrademarks=

Binary file not shown.

Binary file not shown.

View File

@ -64,7 +64,7 @@ object frmSettings: TfrmSettings
Top = 0 Top = 0
Width = 351 Width = 351
Height = 260 Height = 260
ActivePage = jspHighlighter ActivePage = jspCompiler
PropagateEnable = False PropagateEnable = False
Align = alClient Align = alClient
OnChange = jplSettingsChange OnChange = jplSettingsChange
@ -820,9 +820,9 @@ object frmSettings: TfrmSettings
object lblPAWNCompilerPath: TLabel object lblPAWNCompilerPath: TLabel
Left = 4 Left = 4
Top = 4 Top = 4
Width = 45 Width = 115
Height = 13 Height = 13
Caption = 'Compiler:' Caption = 'Compiler (amxxpc.exe):'
end end
object lblPAWNArgs: TLabel object lblPAWNArgs: TLabel
Left = 4 Left = 4