<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:michael.stahl@cib.de" title="Michael Stahl (CIB) <michael.stahl@cib.de>"> <span class="fn">Michael Stahl (CIB)</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - UI: Manage Changes dialog shows the format changes with the same green + icon as insert changes"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=135265">bug 135265</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Keywords</td>
           <td>
                
           </td>
           <td>easyHack, skillCpp, skillUI
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - UI: Manage Changes dialog shows the format changes with the same green + icon as insert changes"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=135265#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - UI: Manage Changes dialog shows the format changes with the same green + icon as insert changes"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=135265">bug 135265</a>
              from <span class="vcard"><a class="email" href="mailto:michael.stahl@cib.de" title="Michael Stahl (CIB) <michael.stahl@cib.de>"> <span class="fn">Michael Stahl (CIB)</span></a>
</span></b>
        <pre>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?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>