[Libreoffice-commits] .: bug/bug
Rob Snelders
rsnelders at kemper.freedesktop.org
Mon Dec 3 10:11:54 PST 2012
bug/bug/bug.js | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b4978900992c790117ab5dda672da0afdb4e4b82
Author: Rob Snelders <programming at ertai.nl>
Date: Mon Dec 3 19:11:29 2012 +0100
Added the database as possible module input
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];
},
More information about the Libreoffice-commits
mailing list