Add and use testData::objectDisplayAddItemHelp()
This commit is contained in:
committed by
WineHQ
parent
a1ab25e58b
commit
f11a4cf77f
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user