diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-08-14 07:33:48 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-08-14 07:33:48 +0800 |
commit | 9e36f744b8fa82629f2e688eda9ce72f160ead69 (patch) | |
tree | 7d14073b1c9e97d2e8e075c441c4e20f913504c4 /ui/my-evolution.xml | |
parent | 6445ee2089907d53a98848c36d108d2f6439f7f5 (diff) | |
download | gsoc2013-evolution-9e36f744b8fa82629f2e688eda9ce72f160ead69.tar gsoc2013-evolution-9e36f744b8fa82629f2e688eda9ce72f160ead69.tar.gz gsoc2013-evolution-9e36f744b8fa82629f2e688eda9ce72f160ead69.tar.bz2 gsoc2013-evolution-9e36f744b8fa82629f2e688eda9ce72f160ead69.tar.lz gsoc2013-evolution-9e36f744b8fa82629f2e688eda9ce72f160ead69.tar.xz gsoc2013-evolution-9e36f744b8fa82629f2e688eda9ce72f160ead69.tar.zst gsoc2013-evolution-9e36f744b8fa82629f2e688eda9ce72f160ead69.zip |
Reload button
svn path=/trunk/; revision=11978
Diffstat (limited to 'ui/my-evolution.xml')
-rw-r--r-- | ui/my-evolution.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ui/my-evolution.xml b/ui/my-evolution.xml index 03a356c2c8..aee536bc8e 100644 --- a/ui/my-evolution.xml +++ b/ui/my-evolution.xml @@ -7,6 +7,9 @@ <cmd name="ToolsSettings" _tip="Change the settings for My Evolution" pixtype="pixbuf"/> + + <cmd name="Reload" _label="Reload" _tip="Reload the view" + pixtype="stock" pixname="Refresh"/> </commands> <menu> @@ -29,7 +32,9 @@ <dockitem name="Toolbar"> <toolitem name="PrintMyEvolution" verb="PrintMyEvolution" - _label="Print" pixtype="pixbuf"/ priority="1"> + _label="Print" pixtype="pixbuf" priority="1"/> + <toolitem name="Reload" verb="Reload" + _label="Reload" priority="1"/> </dockitem> </Root> |