diff options
author | Thomas Meire <blackskad@gmail.com> | 2010-01-16 23:41:50 +0800 |
---|---|---|
committer | Thomas Meire <blackskad@gmail.com> | 2010-01-21 08:20:08 +0800 |
commit | 993766233887be988d3864c64be85c83989d42ad (patch) | |
tree | 22a1a36a5f45f5a03aaae9a0df0e8fa0035cfc97 /libempathy-gtk/empathy-search-bar.ui | |
parent | aab9053d638c375560d8784eee995969b004b5ba (diff) | |
download | gsoc2013-empathy-993766233887be988d3864c64be85c83989d42ad.tar gsoc2013-empathy-993766233887be988d3864c64be85c83989d42ad.tar.gz gsoc2013-empathy-993766233887be988d3864c64be85c83989d42ad.tar.bz2 gsoc2013-empathy-993766233887be988d3864c64be85c83989d42ad.tar.lz gsoc2013-empathy-993766233887be988d3864c64be85c83989d42ad.tar.xz gsoc2013-empathy-993766233887be988d3864c64be85c83989d42ad.tar.zst gsoc2013-empathy-993766233887be988d3864c64be85c83989d42ad.zip |
simple toggle button to match the case
Diffstat (limited to 'libempathy-gtk/empathy-search-bar.ui')
-rw-r--r-- | libempathy-gtk/empathy-search-bar.ui | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-search-bar.ui b/libempathy-gtk/empathy-search-bar.ui index 9768b1e6c..8020566bd 100644 --- a/libempathy-gtk/empathy-search-bar.ui +++ b/libempathy-gtk/empathy-search-bar.ui @@ -67,6 +67,18 @@ </packing> </child> <child> + <object class="GtkCheckButton" id="search_match_case"> + <property name="label" translatable="yes">Match case</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="position">6</property> + </packing> + </child> + <child> <object class="GtkHBox" id="search_not_found"> <property name="spacing">6</property> <child> |