[monkey-bubble: 541/753] Use the new Bonobo stock stuff.
- From: Sven Herzberg <herzi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [monkey-bubble: 541/753] Use the new Bonobo stock stuff.
- Date: Wed, 14 Jul 2010 22:41:07 +0000 (UTC)
commit 42beb0a73717cd5c657c380f9f7ce03892f8af9e
Author: Martin Baulig <baulig suse de>
Date: Wed Jul 18 22:40:35 2001 +0000
Use the new Bonobo stock stuff.
2001-07-19 Martin Baulig <baulig suse de>
* testgnome.xml: Use the new Bonobo stock stuff.
test-gnome/ChangeLog | 4 ++++
test-gnome/testgnome.xml | 25 +++++++------------------
2 files changed, 11 insertions(+), 18 deletions(-)
---
diff --git a/test-gnome/ChangeLog b/test-gnome/ChangeLog
index 7edbd35..b0586cf 100644
--- a/test-gnome/ChangeLog
+++ b/test-gnome/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-19 Martin Baulig <baulig suse de>
+
+ * testgnome.xml: Use the new Bonobo stock stuff.
+
2001-07-18 Darin Adler <darin bentspoon com>
* testgnome.c: (main): Removed gnome_less part, since Martin
diff --git a/test-gnome/testgnome.xml b/test-gnome/testgnome.xml
index 1db2b77..12cccf9 100644
--- a/test-gnome/testgnome.xml
+++ b/test-gnome/testgnome.xml
@@ -1,18 +1,12 @@
<Root>
<commands>
- <cmd name="FileTest" _label="Test"
- _tip="Test" pixtype="stock" pixname="Exit"/>
-
- <cmd name="FileClose" _label="Close"
- _tip="Close the current window" pixtype="stock" pixname="Close"
- accel="*Control*w"/>
+ <cmd name="FileClose" stockid="gtk-close" _tip="Close the current window"/>
- <cmd name="FileExit" _label="Exit" _tip="Exit the test"
- pixtype="stock" pixname="Exit" accel="*Control*q"/>
+ <cmd name="FileExit" stockid="gtk-quit" _tip="Exit the test"/>
- <cmd name="HelpAbout" _label="About..." _tip="About this application"
- pixtype="stock" pixname="About"/>
+ <cmd name="HelpAbout" stockid="gnome-stock-pixmap-about" _label="_About"
+ _tip="About this application"/>
</commands>
@@ -20,14 +14,9 @@
<submenu name="File" _label="_File">
- <menuitem name="FileTest" verb="" _label="_Test"/>
-
-
- <separator/>
-
- <menuitem name="FileClose" verb="" _label="_Close"/>
+ <menuitem name="FileClose" verb=""/>
- <menuitem name="FileExit" verb="" _label="E_xit"/>
+ <menuitem name="FileExit" verb=""/>
</submenu>
@@ -35,7 +24,7 @@
<placeholder name="BuiltMenuItems"/>
- <menuitem name="HelpAbout" verb="" _label="_About..."/>
+ <menuitem name="HelpAbout" verb=""/>
</submenu>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]