Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5945
Line 56... Line 56...
56
		ReleaseIcon = LIMG_ARCHIVE_MODE	
56
		ReleaseIcon = LIMG_ARCHIVE_MODE	
57
	End If
57
	End If
58
	
58
	
59
End Function
59
End Function
60
'-----------------------------------------------------------------------------------------------------------------
60
'-----------------------------------------------------------------------------------------------------------------
-
 
61
Function SdkIcon (cState)
-
 
62
    If cState = "R" Then
-
 
63
        ' Released - available for use
-
 
64
        SdkIcon = LIMG_CLOSED_MODE
-
 
65
    ElseIf cState = "D" Then
-
 
66
        ' Deprecated - Cannot be added to a Release any more
-
 
67
        SdkIcon = LIMG_ARCHIVE_MODE
-
 
68
    ElseIf cState = "U" Then
-
 
69
        ' Work in progress - Still being constructed. Cannot be added to a Release yet
-
 
70
        SdkIcon = LIMG_OPEN_MODE
-
 
71
    End If
-
 
72
End Function
-
 
73
'-----------------------------------------------------------------------------------------------------------------
61
%>	
74
%>	
62
75