summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Snelders <programming@ertai.nl>2012-12-03 19:11:29 +0100
committerRob Snelders <programming@ertai.nl>2012-12-03 19:11:29 +0100
commitb4978900992c790117ab5dda672da0afdb4e4b82 (patch)
tree3f86743d44ee24b0fd576ad3c5daa80326e7f2e2
parent7b70860051d31b512ccd00b91b6cd8536e5a442d (diff)
Added the database as possible module input
-rw-r--r--bug/bug/bug.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/bug/bug/bug.js b/bug/bug/bug.js
index 2b27987..33f177c 100644
--- a/bug/bug/bug.js
+++ b/bug/bug/bug.js
@@ -398,6 +398,7 @@
components["DrawingDocument"] = "Drawing";
components["PresentationDocument"] = "Presentation";
components["FormulaDocument"] = "Formula_Editor";
+ components["OfficeDatabaseDocument"] = "Database";
components["StartModule"] = "Libreoffice";
return components[module];
},