diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-09-29 10:52:12 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-09-29 10:52:12 +0800 |
commit | ad08b9bda3baa61b53bba13b8df47978e3992fbb (patch) | |
tree | d881edff86ec578914f95374cac65993cbf33ce2 /ui/evolution-subscribe.xml | |
parent | 686a7adc09478d6ceb1646b077d21ae0e488830b (diff) | |
download | gsoc2013-evolution-ad08b9bda3baa61b53bba13b8df47978e3992fbb.tar.gz gsoc2013-evolution-ad08b9bda3baa61b53bba13b8df47978e3992fbb.tar.zst gsoc2013-evolution-ad08b9bda3baa61b53bba13b8df47978e3992fbb.zip |
add a FolderSearch control, and change "Refresh" to "RefreshList".
2000-09-28 Chris Toshok <toshok@helixcode.com>
* ui/evolution-subscribe.xml: add a FolderSearch control, and
change "Refresh" to "RefreshList".
svn path=/trunk/; revision=5630
Diffstat (limited to 'ui/evolution-subscribe.xml')
-rw-r--r-- | ui/evolution-subscribe.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/evolution-subscribe.xml b/ui/evolution-subscribe.xml index 0f0ca2e341..8cac6329e1 100644 --- a/ui/evolution-subscribe.xml +++ b/ui/evolution-subscribe.xml @@ -36,9 +36,13 @@ <toolitem type="separator"/> - <toolitem name="Refresh" verb="" + <toolitem name="RefreshList" verb="" _label="Refresh List" _descr="Refresh List of Folders" pixtype="pixbuf"/> + <toolitem type="separator"/> + + <control name="FolderSearch"/> + </dockitem> </Root> |