[PATCH] Add PDF Mimetype to Draw
Samuel Mehrbrodt (via Code Review)
gerrit at gerrit.libreoffice.org
Mon Mar 4 11:33:35 PST 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/2549
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/49/2549/1
Add PDF Mimetype to Draw
PDF Import is now a Core Component
Change-Id: I1313a7e7ea1c2409cb40cb8058e3b4ab78601fe4
---
M sysui/desktop/menus/draw.desktop
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sysui/desktop/menus/draw.desktop b/sysui/desktop/menus/draw.desktop
index 2ffee61..a57d988 100755
--- a/sysui/desktop/menus/draw.desktop
+++ b/sysui/desktop/menus/draw.desktop
@@ -22,7 +22,7 @@
Type=Application
Categories=Office;FlowChart;Graphics;2DGraphics;VectorGraphics;X-Red-Hat-Base;X-MandrivaLinux-Office-Drawing;
Exec=${UNIXBASISROOTNAME} --draw %U
-MimeType=application/vnd.oasis.opendocument.graphics;application/vnd.oasis.opendocument.graphics-template;application/vnd.sun.xml.draw;application/vnd.sun.xml.draw.template;application/vnd.visio;application/x-wpg;
+MimeType=application/vnd.oasis.opendocument.graphics;application/vnd.oasis.opendocument.graphics-template;application/vnd.sun.xml.draw;application/vnd.sun.xml.draw.template;application/vnd.visio;application/x-wpg;application/pdf;
Name=%PRODUCTNAME Draw
GenericName=Drawing Program
Comment=Create and edit drawings, flow charts and logos by using Draw.
--
To view, visit https://gerrit.libreoffice.org/2549
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1313a7e7ea1c2409cb40cb8058e3b4ab78601fe4
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
More information about the LibreOffice
mailing list