[Libreoffice-bugs] [Bug 135265] UI: Manage Changes dialog shows the format changes with the same green + icon as insert changes

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Jul 29 10:52:13 UTC 2020


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

Michael Stahl (CIB) <michael.stahl at cib.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |easyHack, skillCpp, skillUI

--- Comment #2 from Michael Stahl (CIB) <michael.stahl at cib.de> ---
so we have SwRedlineAcceptDlg::GetActionImage in
sw/source/uibase/misc/redlndlg.cxx

which refers to these in sw/inc/bitmaps.hlst

#define BMP_REDLINE_INSERTED                    "sw/res/redline_inserted.png"
#define BMP_REDLINE_DELETED                     "sw/res/redline_deleted.png"
#define BMP_REDLINE_FORMATTED                   "sw/res/redline_inserted.png"
#define BMP_REDLINE_TABLECHG                    "sw/res/redline_inserted.png"
#define BMP_REDLINE_FMTCOLLSET                  "sw/res/redline_inserted.png"

so i guess just add new icons wherever the current ones are and change these
strings?

-- 
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/20200729/2d9c5fcc/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list