summaryrefslogtreecommitdiff
path: root/data/browser.xml
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-07-10 08:18:07 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-07-10 08:18:07 +0000
commit33d57594f3a725f95ce98c0a8aa04c1eb3f3d17a (patch)
tree7689e3ce6f6ce681dcce8898c90d65bfdbea01ad /data/browser.xml
parentd1a5df03f6826e94385f912f33d53b1e5a7cfbe2 (diff)
downloadnautilus-33d57594f3a725f95ce98c0a8aa04c1eb3f3d17a.tar.gz
improved the property browser. Added a line of descriptive text. Added a
improved the property browser. Added a line of descriptive text. Added a new "theme" section.
Diffstat (limited to 'data/browser.xml')
-rw-r--r--data/browser.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/data/browser.xml b/data/browser.xml
index 29fc8bc87..104d92904 100644
--- a/data/browser.xml
+++ b/data/browser.xml
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<categories>
- <category name="backgrounds" image="backgrounds.png" mode="directory" path="nautilus/backgrounds" type="property/bgimage"/>
- <category name="emblems" image="emblems.png" mode="directory" path="nautilus/emblems" type="property/keyword"/>
- <category name="colors" image="colors.png" mode="inline" type="application/x-color">
+ <category name="backgrounds" image="backgrounds.png" mode="directory" path="nautilus/backgrounds" type="property/bgimage" description="Drag a background tile to an object to change it"/>
+ <category name="emblems" image="emblems.png" mode="directory" path="nautilus/emblems" type="property/keyword" description="Drag an emblem to an object to add it to the object"/>
+ <category name="colors" image="colors.png" mode="inline" type="application/x-color" description="Drag a color to an object to change it to that color">
<color>rgb:FFFF/FFFF/3333</color>
<color>rgb:FFFF/CCCC/3333</color>
<color>rgb:FFFF/9999/3333</color>
@@ -28,4 +28,5 @@
<color>rgb:CCCC/CCCC/CCCC</color>
<color>rgb:FFFE/FFFE/FFFE</color>
</category>
+ <category name="themes" image="colors.png" mode="themes" path="icons" type="property/theme" description="Click on a theme button to switch to that theme"/>
</categories>