summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMichael Meeks <michael@ximian.com>2002-07-02 16:07:26 +0000
committerMichael Meeks <michael@src.gnome.org>2002-07-02 16:07:26 +0000
commit81e2b8dc2cfd4fb19593b056c2b79ba45cd9bdf9 (patch)
treec8534d05ca84069c05a32d24da1e61295e004df4 /data
parent2adbdf3539a8a6738126bcbda741dc099f0ea92e (diff)
downloadnautilus-81e2b8dc2cfd4fb19593b056c2b79ba45cd9bdf9.tar.gz
use new eel_glade_get_file.
2002-07-02 Michael Meeks <michael@ximian.com> * src/nautilus-bookmarks-window.c (create_bookmarks_window): use new eel_glade_get_file. * configure.in: hack libglade out, we use eel now, requires a recent eel. * data/browser.xml: add mnemonics * src/nautilus-property-browser.c (nautilus_property_browser_init): don't shrink the description text, un-bold description [ makes it look ugly, but hey ].
Diffstat (limited to 'data')
-rw-r--r--data/browser.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/data/browser.xml b/data/browser.xml
index cfb981743..d7207910e 100644
--- a/data/browser.xml
+++ b/data/browser.xml
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
<categories>
- <category name="patterns" _display_name="Patterns" image="backgrounds.png" columns="5" mode="directory" path="nautilus/patterns" type="property/bgimage" _description="Drag a pattern tile to an object to change it">
+ <category name="patterns" _display_name="_Patterns" image="backgrounds.png"
+ columns="5" mode="directory" path="nautilus/patterns" type="property/bgimage"
+ _description="Drag a pattern tile to an object to change it">
<pattern _display_name="Blue Ridge" filename="blue_ridge"/>
<pattern _display_name="Blue Rough" filename="blue_gray_rough"/>
<pattern _display_name="Blue Type" filename="blue_type"/>
@@ -34,7 +36,7 @@
<pattern _display_name="White Ribs" filename="white_ribs"/>
</category>
- <category name="colors" _display_name="Colors" image="colors.png" columns="5" mode="inline" type="application/x-color" _description="Drag a color to an object to change it to that color">
+ <category name="colors" _display_name="C_olors" image="colors.png" columns="5" mode="inline" type="application/x-color" _description="Drag a color to an object to change it to that color">
<color _name="Mango">#E0D656</color>
<color _name="Orange">#D2AB50</color>
<color _name="Tangerine">#C6864B</color>
@@ -67,7 +69,7 @@
<color _name="Black">#000000</color>
</category>
- <category name="emblems" _display_name="Emblems" image="emblems.png" columns="6" mode="directory" path="nautilus/emblems" type="property/keyword" _description="Drag an emblem to an object to add it to the object">
+ <category name="emblems" _display_name="_Emblems" image="emblems.png" columns="6" mode="directory" path="nautilus/emblems" type="property/keyword" _description="Drag an emblem to an object to add it to the object">
<emblem _display_name="Art" filename="art"/>
<emblem _display_name="Camera" filename="camera"/>
<emblem _display_name="Certified" filename="certified"/>