[Libreoffice-bugs] [Bug 130600] The same icons for "New category" and "Refresh" items are in "Settings" drop-down menu in Template dialog
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Feb 11 21:28:58 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=130600
Julien Nabet <serval2412 at yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |heiko.tietze at documentfounda
| |tion.org,
| |xiscofauli at libreoffice.org
--- Comment #3 from Julien Nabet <serval2412 at yahoo.fr> ---
Here's a code pointer:
177 OUString sBmp(BMP_ACTION_REFRESH);
178 mxActionBar->insert_item(0, MNI_ACTION_NEW_FOLDER,
SfxResId(STR_CATEGORY_NEW), &sBmp, nullptr, false);
179 mxActionBar->insert_item(1, MNI_ACTION_RENAME_FOLDER,
SfxResId(STR_CATEGORY_RENAME), nullptr, nullptr, false);
180 mxActionBar->insert_item(2, MNI_ACTION_DELETE_FOLDER,
SfxResId(STR_CATEGORY_DELETE), nullptr, nullptr, false);
181 mxActionBar->insert_separator(3, "separator");
182 mxActionBar->insert_item(4, MNI_ACTION_REFRESH,
SfxResId(STR_ACTION_REFRESH), &sBmp, nullptr, false);
See
https://opengrok.libreoffice.org/xref/core/sfx2/source/doc/templatedlg.cxx?r=f7804fc2#177
Heiko/Xisco: what about removing the wrong icon for New folder? Perhaps later
it should be replaced with a brand new image?
--
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/20200211/2d397f8d/attachment.htm>
More information about the Libreoffice-bugs
mailing list