aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorMichael Meeks <michael@helixcode.com>2001-01-17 08:37:04 +0800
committerMichael Meeks <michael@src.gnome.org>2001-01-17 08:37:04 +0800
commit21285f5752a6ecf4f578a4a846556afadeacd9c3 (patch)
treeaf2b177e52632ee95a50f6e8d9bb1b5e157d27d5 /ui
parent33e5c0e88a5a3f15a9a2099021268e2246a6afd4 (diff)
downloadgsoc2013-evolution-21285f5752a6ecf4f578a4a846556afadeacd9c3.tar
gsoc2013-evolution-21285f5752a6ecf4f578a4a846556afadeacd9c3.tar.gz
gsoc2013-evolution-21285f5752a6ecf4f578a4a846556afadeacd9c3.tar.bz2
gsoc2013-evolution-21285f5752a6ecf4f578a4a846556afadeacd9c3.tar.lz
gsoc2013-evolution-21285f5752a6ecf4f578a4a846556afadeacd9c3.tar.xz
gsoc2013-evolution-21285f5752a6ecf4f578a4a846556afadeacd9c3.tar.zst
gsoc2013-evolution-21285f5752a6ecf4f578a4a846556afadeacd9c3.zip
progressive cmd/widgetization and add the 'Customize' entry.
2001-01-15 Michael Meeks <michael@helixcode.com> * evolution.xml: progressive cmd/widgetization and add the 'Customize' entry. svn path=/trunk/; revision=7559
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution.xml41
2 files changed, 34 insertions, 12 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 50979577f2..2d816056d6 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-15 Michael Meeks <michael@helixcode.com>
+
+ * evolution.xml: progressive cmd/widgetization and
+ add the 'Customize' entry.
+
2001-01-16 Not Zed <NotZed@Ximian.com>
* evolution-mail.xml: Add a stop button to the toolbar.
diff --git a/ui/evolution.xml b/ui/evolution.xml
index 422270fb50..819bd2e08a 100644
--- a/ui/evolution.xml
+++ b/ui/evolution.xml
@@ -1,5 +1,8 @@
<Root>
<commands>
+ <cmd name="FileExit" _label="Exit" _tip="Exit the program"
+ pixtype="stock" pixname="Exit" accel="*Control*q"/>
+
<cmd name="ViewShortcutBar" type="toggle"
_label="Show the _Shortcut Bar"
_tip="Toggle whether to show the shortcut bar"/>
@@ -7,7 +10,20 @@
<cmd name="ViewFolderBar" type="toggle"
_label="Show the _Folder Bar"
_tip="Toggle whether to show the folder bar"/>
+
+ <cmd name="HelpSubmitBug" _label="Submit Bug Report"
+ _tip="Submit bug report using Bug Buddy."/>
+
+
+ <cmd name="HelpAbout" _label="About Evolution..."
+ _tip="Show information about Evolution"
+ pixtype="stock" pixname="About"/>
+
+ <cmd name="BonoboCustomize" _label="Customize"
+ _tip="Customize toolbars"
+ pixtype="stock" pixname="Preferences"/>
</commands>
+
<menu>
<submenu name="File" _label="_File">
<submenu name="New" _label="_New">
@@ -60,14 +76,18 @@
<separator/>
- <menuitem name="FileExit" verb=""
- _label="E_xit" _tip="Exit the program"
- pixtype="stock" pixname="Quit"
- accel="*Control*q"/>
+ <menuitem name="FileExit" verb="" _label="E_xit"/>
</submenu>
- <submenu name="Edit" _label="_Edit"/>
+ <submenu name="Edit" _label="_Edit">
+
+ <placeholder/>
+
+ <menuitem name="BonoboCustomize" verb=""
+ _label="Customi_ze" pos="bottom"/>
+
+ </submenu>
<submenu name="View" _label="_View">
@@ -106,21 +126,18 @@
<separator/>
<menuitem name="HelpSubmitBug" verb=""
- _label="Submit _Bug Report"
- _tip="Submit bug report using Bug Buddy."/>
+ _label="Submit _Bug Report"/>
<separator/>
<menuitem name="HelpAbout" verb=""
- _label="_About Evolution..."
- _tip="Show information about Evolution"
- pixtype="stock" pixname="About"
- />
+ _label="_About Evolution..."/>
</submenu>
</menu>
- <dockitem name="Toolbar" relief="none" behavior="exclusive"/>
+ <dockitem name="Toolbar" relief="none" behavior="exclusive"
+ _tip="Main toolbar"/>
<status>
<item name="main"/>