diff options
author | Steve Hart <libreoffice@stevehart.net> | 2015-11-17 15:23:39 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-11-17 16:19:20 +0200 |
commit | 1b9956c2b150c37cf0e695f88bc0394f41d130a2 (patch) | |
tree | c4650b385c88df935ad109a60bf442e02d32e861 /extras | |
parent | 703f3f452b470687bdc3041abe4f3d75230ac8c1 (diff) |
tdf#34882 Adding hex and decimal code search
Change-Id: I809bac4b28e679c7dad8ed3ad28e36379bce4760
Diffstat (limited to 'extras')
-rw-r--r-- | extras/source/glade/libreoffice-catalog.xml.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in index ea8f688f37a1..58732b1fee4e 100644 --- a/extras/source/glade/libreoffice-catalog.xml.in +++ b/extras/source/glade/libreoffice-catalog.xml.in @@ -804,5 +804,8 @@ <glade-widget-class title="Ruby RadioButton" name="cuilo-RubyRadioButton" generic-name="RubyRadioButton" parent="GtkRadioButton" icon-name="widget-gtk-radiobutton"/> + <glade-widget-class title="Show Text" name="cuilo-SvxShowText" + generic-name="ShowText" parent="GtkDrawingArea" + icon-name="widget-gtk-drawingarea"/> </glade-widget-classes> </glade-catalog> |