new clear formatting icon

This commit is contained in:
Damien Elmes 2012-04-09 14:50:15 +09:00
parent 320f5222be
commit cb56df2dab
3 changed files with 2 additions and 1 deletions

View file

@ -337,7 +337,7 @@ class Editor(object):
_("Superscript (Ctrl+=)"), check=True)
b("text_sub", self.toggleSub, "Ctrl+Shift+=",
_("Subscript (Ctrl+Shift+=)"), check=True)
b("text_remove", self.removeFormat, "Ctrl+r",
b("text_clear", self.removeFormat, "Ctrl+r",
_("Remove formatting (Ctrl+r)"))
but = b("foreground", self.onForeground, "F7", text=" ")
but.setToolTip(_("Set foreground colour (F7)"))

View file

@ -6,6 +6,7 @@
<file>icons/green.png</file>
<file>icons/clock-icon.png</file>
<file>icons/plus-circle.png</file>
<file>icons/text_clear.png</file>
<file>icons/none.png</file>
<file>icons/edit-find 2.png</file>
<file>icons/edit-find-replace.png</file>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB