SpiffyTek
/
SMACheck
Archived
1
0
Fork 0

Changed status phrases to be more clear about the status is regarding SMACbans status and not 3rd parties

This commit is contained in:
MadMakz 2013-03-24 18:44:56 +01:00
parent a77f8b9b3f
commit 75aa604de8
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
;#AutoIt3Wrapper_Res_ProductVersion=x.x.x.x ; Broken, use #AutoIt3Wrapper_Res_Field=ProductVersion|x.x.x as workarround.
#AutoIt3Wrapper_Res_Field=ProductVersion|Freeware
#AutoIt3Wrapper_Res_Fileversion=1.1.3.102
#AutoIt3Wrapper_Res_Fileversion=1.1.3.103
#AutoIt3Wrapper_Res_FileVersion_AutoIncrement=N ;(Y/N/P) AutoIncrement FileVersion After Aut2EXE is finished. default=N. P=Prompt, Will ask at Compilation time if you want to increase the versionnumber
#AutoIt3Wrapper_Res_Language=1033 ;Resource Language code . german = 1031, english (U.S.) = 1033. default 2057=English (United Kingdom). For a List see http://technet.microsoft.com/en-us/library/dd346950.aspx

View File

@ -130,11 +130,11 @@ Func gui_Info($output)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
If $pInfo[0] = "1" Then
$oStatus = GUICtrlCreateLabel("SteamID is Banned", 72, 12, 215, 17)
$oStatus = GUICtrlCreateLabel("SteamID is listed on SMACbans", 72, 12, 215, 17)
GUICtrlSetFont(-1, 8.5, 800)
GUICtrlSetColor(-1, 0xD11313)
Else
$oStatus = GUICtrlCreateLabel("SteamID is not Banned", 72, 12, 215, 17)
$oStatus = GUICtrlCreateLabel("SteamID is not listed on SMACbans", 72, 12, 215, 17)
GUICtrlSetFont(-1, 8.5, 800)
GUICtrlSetColor(-1, 0x245E00)
EndIf