summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--src/file-manager/nautilus-icon-view-ui.xml6
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 86b608624..6d1d3fcc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-13 Andy Hertzfeld <andy@eazel.com>
+
+ * src/file-manager/nautilus-icon-view-ui.xml:
+ add "Show/Hide All Annotations to View menu
+
2001-04-12 Andy Hertzfeld <andy@eazel.com>
implemented "Show/Hide All Annotations", as well as some
diff --git a/src/file-manager/nautilus-icon-view-ui.xml b/src/file-manager/nautilus-icon-view-ui.xml
index 88f004f89..cd34e0328 100644
--- a/src/file-manager/nautilus-icon-view-ui.xml
+++ b/src/file-manager/nautilus-icon-view-ui.xml
@@ -118,6 +118,12 @@
<menuitem name="Clean Up"
_label="_Clean Up by Name"
verb="Clean Up"/>
+ <menuitem name="Show Annotations"
+ _label="Show All Annotations"
+ verb="Show Annotations"/>
+ <menuitem name="Hide Annotations"
+ _label="Hide All Annotations"
+ verb="Hide Annotations"/>
</placeholder>
</submenu>