From 380d12e8cb4c3ffb52d6439faa0cbf954ec4a126 Mon Sep 17 00:00:00 2001 From: "robert%accettura.com" Date: Sat, 22 Jul 2006 03:18:15 +0000 Subject: [PATCH] Add "disability access" problem type to reporter webtool. git-svn-id: svn://10.0.0.236/trunk@203430 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/tools/reporter/config-default.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/tools/reporter/config-default.inc.php b/mozilla/tools/reporter/config-default.inc.php index 1afcf75f517..556b492f31b 100644 --- a/mozilla/tools/reporter/config-default.inc.php +++ b/mozilla/tools/reporter/config-default.inc.php @@ -154,5 +154,6 @@ $problemTypes[4] = 'Other content missing'; $problemTypes[5] = 'Behavior wrong'; $problemTypes[6] = 'Appearance wrong'; $problemTypes[7] = 'Other problem'; +$problemTypes[8] = 'Disability access'; ?>