Module: appdb Branch: master Commit: 2503d2ba21fea3203f1e206d374650ae62ec7953 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=2503d2ba21fea3203f1e206d3...
Author: Jeff Zaroyko jeffzaroyko@gmail.com Date: Thu May 29 10:14:14 2008 +1000
update common responses to include message requesting that the user file a bug report if one does not already exist in bugzilla and the message about debug output on the AppDB
---
include/objectManager.php | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/include/objectManager.php b/include/objectManager.php index c3d958a..f050160 100644 --- a/include/objectManager.php +++ b/include/objectManager.php @@ -130,8 +130,12 @@ class ObjectManager // initialize the common responses array $this->aCommonResponses = array(); $this->aCommonResponses[] = "Thank you for your submission."; - $this->aCommonResponses[] = "Please move crash/debug output to a bug". - " in Wine's Bugzilla at http://bugs.winehq.org and resubmit."; + $this->aCommonResponses[] = "Please consider filing a bug for the ". + "problem you have with this app, if there are not bugs filed already". + " at http://bugs.winehq.org. If you want some advice or guidance on". + " this, please visit http://forum.winehq.org"; + $this->aCommonResponses[] = "Please do not paste debug output in the AppDB,". + " it belongs only as an attachment on bugzilla."; $this->aCommonResponses[] = "We appreciate your submission but it". " needs to be more detailed before it will be most useful to other users of". " the Application Database.".