Add and use testData::objectDisplayAddItemHelp()

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-03-25 16:10:15 +00:00
committed by WineHQ
parent a1ab25e58b
commit f11a4cf77f
2 changed files with 12 additions and 5 deletions

View File

@@ -862,6 +862,17 @@ class testData{
/* STUB */
return TRUE;
}
function objectDisplayAddItemHelp()
{
echo "<p>This is the screen for inputing test information so that others ";
echo "looking at the database will know \n";
echo "what was working on a particular release of Wine.</p>\n";
echo "<p>Please be as detailed as you can.</p>\n";
echo "<p>If you cannot find your distribution in the list of existing ";
echo "distributions, please add it in the \n";
echo "provided field.</p>\n\n";
}
}
?>