[r387]: / trunk / Library / Project Information_1 / GetTextProperty2 / svnobj  Maximize  Restore  History

Download this file

15 lines (14 with data), 4.3 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
IF stKey = "Author" THEN
	GetTextProperty2 := ADR("RELEASE CANDIDATE 5 FOR DEBUG PURPOSE ONLY
CfUnit testing framework.
Forked from TcUnit v1.1.0.0 by Jakob Sagatowski and contributors. ");
ELSIF stKey = "DocFormat" THEN
	GetTextProperty2 := ADR("ReStructuredText");
ELSIF stKey = "LibDocContent" THEN
	GetTextProperty2 := ADR("CommentsAndDocs");
ELSIF stKey = "Placeholder" THEN
ELSIF stKey = "Project" THEN
ELSIF stKey = "Title" THEN
ELSE
	GetTextProperty2 := ADR("");
END_IF