https://bugs.documentfoundation.org/show_bug.cgi?id=130600

Julien Nabet <serval2...@yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |heiko.tietze@documentfounda
                   |                            |tion.org,
                   |                            |xiscofa...@libreoffice.org

--- Comment #3 from Julien Nabet <serval2...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to