Subversion Repositories DevTools

Rev

Rev 5172 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5172 Rev 5175
Line 1053... Line 1053...
1053
 
1053
 
1054
   Format_Version = tempVersion
1054
   Format_Version = tempVersion
1055
End Function
1055
End Function
1056
'-----------------------------------------------------------------------------------------------------------------------------
1056
'-----------------------------------------------------------------------------------------------------------------------------
1057
Function DefineStateIcon ( NNpkg_state, CCdlocked, sIgnoreWarnings, cIsPatchIgnore, cBuildType, bForEnvironment )
1057
Function DefineStateIcon ( NNpkg_state, CCdlocked, sIgnoreWarnings, cIsPatchIgnore, cBuildType, bForEnvironment )
-
 
1058
	
-
 
1059
   If IsNull(NNpkg_state) Then
-
 
1060
	  DefineStateIcon = ""
-
 
1061
	  Exit Function
-
 
1062
   End If
1058
 
1063
 
1059
   If NOT IsNull(sIgnoreWarnings) Then
1064
   If NOT IsNull(sIgnoreWarnings) Then
1060
      '-- Ignore Warning is on
1065
      '-- Ignore Warning is on
1061
      If IsNull(cIsPatchIgnore) Then
1066
      If IsNull(cIsPatchIgnore) Then
1062
         DefineStateIcon = enum_imgIgnoring
1067
         DefineStateIcon = enum_imgIgnoring