With Notepad edit original menu.ml and change this:

Code:
<!-- Desktop Element 2  using DESKTOP_HOOK_2 -->
        <element id="InternetServices">
          <label type="name" textid="OLP_TITLE_TXT"/>
          <icon pos="unselected" source="internal">DESKTOP_WAP_ICN</icon>
          <icon pos="selected" source="internal">DESKTOP_WAP_SELECTED_ICN</icon>
          <icon pos="shortcut" source="internal">RN_SHORTCUT_LIST_WAP_ICN</icon>
          <link type="internal"/>
        </element>

Write this:


Code:
<!-- Desktop Element 2  using DESKTOP_HOOK_2 -->
        <element id="InternetServices">
          <label type="name" textid="OLP_TITLE_TXT"/>
          <icon pos="unselected" source="file">Icon2_unselected.png</icon>
          <icon pos="selected" source="file">Icon2_selected.png</icon>
          <icon pos="shortcut" source="internal">RN_SHORTCUT_LIST_WAP_ICN</icon>
          <link type="internal"/>
        </element>
Then with XS++ or FAR add :

menu.ml + icon2_selected.png + icon2_unselected.png