[Libreoffice-bugs] [Bug 98301] Context menu "Save Image..." call of uno.saveGraphic is unclear that no conversion of image is provided
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Aug 22 08:21:06 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=98301
--- Comment #9 from Mike Saunders <mike.saunders at documentfoundation.org> ---
Actually it looks like the structure of the menu is defined here:
https://opengrok.libreoffice.org/xref/core/sw/uiconfig/swriter/popupmenu/graphic.xml
The specific line being:
<menu:menuitem menu:id=".uno:SaveGraphic"/>
Is the text defined in:
https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
2174 <node oor:name=".uno:SaveGraphic" oor:op="replace">
2175 <prop oor:name="Label" oor:type="xs:string">
2176 <value xml:lang="en-US">Save Image</value>
2177 </prop>
2178 <prop oor:name="ContextLabel" oor:type="xs:string">
2179 <value xml:lang="en-US">Save...</value>
2180 </prop>
2181 <prop oor:name="Properties" oor:type="xs:int">
2182 <value>1</value>
2183 </prop>
2184 </node>
It looks to me like line 2179 needs to be changed. But I should do it myself
and rebuild LO to test :-)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180822/cc8431af/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list