Module: appdb Branch: master Commit: f453c5d7a039613c2f12f0e077be68fd7acbf4bb URL: http://source.winehq.org/git/appdb.git/?a=commit;h=f453c5d7a039613c2f12f0e07...
Author: Jeff Zaroyko jeffzaroyko@gmail.com Date: Fri Jun 6 10:11:33 2008 +1000
Add a note next to the 'Installs?' option on the test data submissiion form which says "Installing is an important part of testing under Wine. Select N/A if there is no installer."
---
include/testData.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/testData.php b/include/testData.php index 450cc1a..757ffa0 100644 --- a/include/testData.php +++ b/include/testData.php @@ -919,7 +919,7 @@ class testData{ // Installs echo '<tr><td class=color0><b>Installs?</b></td><td class=color0>',"\n"; testData::make_Installs_list("sInstalls", $this->sInstalls); - echo '</td></tr>',"\n"; + echo ' Installing is an important part of testing under Wine. Select N/A if there is no installer.</td></tr>',"\n"; // Runs echo '<tr><td class=color1><b>Runs?</b></td><td class=color0>',"\n"; testData::make_Runs_list("sRuns", $this->sRuns);