aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-10-01 02:41:25 +0800
committerDan Winship <danw@src.gnome.org>2002-10-01 02:41:25 +0800
commit669f24d00da9504b2ba4be9446f49d3d5310f1c7 (patch)
treea5fc7d5e14f68c26199d5ee100c8cc71049f7526
parent45fd1767502d711d72087cae76c3d1acd7f46066 (diff)
downloadgsoc2013-evolution-669f24d00da9504b2ba4be9446f49d3d5310f1c7.tar
gsoc2013-evolution-669f24d00da9504b2ba4be9446f49d3d5310f1c7.tar.gz
gsoc2013-evolution-669f24d00da9504b2ba4be9446f49d3d5310f1c7.tar.bz2
gsoc2013-evolution-669f24d00da9504b2ba4be9446f49d3d5310f1c7.tar.lz
gsoc2013-evolution-669f24d00da9504b2ba4be9446f49d3d5310f1c7.tar.xz
gsoc2013-evolution-669f24d00da9504b2ba4be9446f49d3d5310f1c7.tar.zst
gsoc2013-evolution-669f24d00da9504b2ba4be9446f49d3d5310f1c7.zip
Add FileRemoveOtherUsersFolder
* evolution.xml: Add FileRemoveOtherUsersFolder svn path=/trunk/; revision=18266
-rw-r--r--ui/ChangeLog4
-rw-r--r--ui/evolution.xml7
2 files changed, 10 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index f45813b479..9ce5645fbd 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-30 Dan Winship <danw@ximian.com>
+
+ * evolution.xml: Add FileRemoveOtherUsersFolder
+
2002-09-30 Ettore Perazzoli <ettore@ximian.com>
* evolution-mail-global.xml: Change the accelerator of
diff --git a/ui/evolution.xml b/ui/evolution.xml
index 3f660f2bd3..7b72caf729 100644
--- a/ui/evolution.xml
+++ b/ui/evolution.xml
@@ -121,7 +121,12 @@
<menuitem name="FileOpenOtherUsersFolder"
verb="FileOpenOtherUsersFolder"
_label="Open Other _User's Folder..."
- _tip="Open a folder that is made available by some other user on the server"/>
+ _tip="Open a folder belonging to some other user on the server"/>
+
+ <menuitem name="FileRemoveOtherUsersFolder"
+ verb="FileRemoveOtherUsersFolder"
+ _label="_Remove Other User's Folder..."
+ _tip="Remove a folder added with &quot;Open Other User's Folder&quot;"/>
<separator f="" name="eshell4"/>