aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2003-02-24 10:19:59 +0800
committerHans Petter <hansp@src.gnome.org>2003-02-24 10:19:59 +0800
commit52153d269668a33d29f2337a594fa313782d301e (patch)
treeb7606e59485a5a9a7e9813c0e11e7145a2aff66c /ui
parent1d89cb7a9bf3f95ee03541ecede075fbb6054284 (diff)
downloadgsoc2013-evolution-52153d269668a33d29f2337a594fa313782d301e.tar
gsoc2013-evolution-52153d269668a33d29f2337a594fa313782d301e.tar.gz
gsoc2013-evolution-52153d269668a33d29f2337a594fa313782d301e.tar.bz2
gsoc2013-evolution-52153d269668a33d29f2337a594fa313782d301e.tar.lz
gsoc2013-evolution-52153d269668a33d29f2337a594fa313782d301e.tar.xz
gsoc2013-evolution-52153d269668a33d29f2337a594fa313782d301e.tar.zst
gsoc2013-evolution-52153d269668a33d29f2337a594fa313782d301e.zip
Fix an attributes typo and add stock icon identifiers to silence warning
2003-02-23 Hans Petter Jansson <hpj@ximian.com> * evolution-comp-editor.xml: Fix an attributes typo and add stock icon identifiers to silence warning spew. svn path=/trunk/; revision=20012
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-comp-editor.xml40
2 files changed, 28 insertions, 17 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 14a876cc63..8955339632 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-23 Hans Petter Jansson <hpj@ximian.com>
+
+ * evolution-comp-editor.xml: Fix an attributes typo and add stock
+ icon identifiers to silence warning spew.
+
2003-01-22 Ettore Perazzoli <ettore@ximian.com>
* Makefile.am (uidir): Removed (this is now defined in
diff --git a/ui/evolution-comp-editor.xml b/ui/evolution-comp-editor.xml
index e910a24116..7bc0fa6d70 100644
--- a/ui/evolution-comp-editor.xml
+++ b/ui/evolution-comp-editor.xml
@@ -3,29 +3,35 @@
<commands>
<cmd name="FilePrint" _label="Print..."
- _tip="Print this item"/>
+ _tip="Print this item"
+ stockid="gtk-print"/>
<cmd name="FilePrintPreview" _label="Print Pre_view"
- _tip="Preview the printed item"/>
+ _tip="Preview the printed item"
+ stockid="gtk-print-preview"/>
<cmd name="FileSave" _label="Save"
_tip="Save the item and close the dialog box"
- accel="*Control*s"/>
+ accel="*Control*s"
+ stockid="gtk-save"/>
<cmd name="FileSaveAndClose" _label="Save and Close"
_tip="Save the item and close the dialog box"
- accel="*Control*Return"/>
+ accel="*Control*Return"
+ stockid="gtk-save"/>
<cmd name="FileSaveAs" _label="Save As..."
_tip="Save this item to disk"
- accel="*Control*Alt*s"/>
+ accel="*Control*Alt*s"
+ stockid="gtk-save-as"/>
<cmd name="FileDelete" _label="Delete"
- _tip="Delete this item"/>
+ _tip="Delete this item"
+ stockid="gtk-delete"/>
<cmd name="FileClose" _label="C_lose"
_tip="Close this item"
- pixtype="stock" pixname="Close" accel="*Control*w"/>
+ stockid="gtk-close" accel="*Control*w"/>
</commands>
@@ -33,21 +39,21 @@
<submenu name="File" _label="_File">
- <menuitem name="FileSave" verb="" pixtype="pixbuf"/>
+ <menuitem name="FileSave" verb=""/>
- <menuitem name="FileSaveAndClose" verb="" pixtype="pixbuf"/>
+ <menuitem name="FileSaveAndClose" verb=""/>
- <menuitem name="FileSaveAs" verb="" pixtype="pixbuf"/>
+ <menuitem name="FileSaveAs" verb=""/>
<separator f="" name="ecompedit1"/>
- <menuitem name="FileDelete" verb="" pixtype="pixbuf"/>
+ <menuitem name="FileDelete" verb=""/>
<separator f="" name="ecompedit2"/>
- <menuitem name="FilePrint" verb="" pixtype="pixbuf"/>
+ <menuitem name="FilePrint" verb=""/>
- <menuitem name="FilePrintPreview" verb="" pixtype="pixbuf"/>
+ <menuitem name="FilePrintPreview" verb=""/>
<separator f="" name="ecompedit3"/>
@@ -63,20 +69,20 @@
</menu>
-<dockitem name="Toolbar"relief="none" behavior="exclusive"
+<dockitem name="Toolbar" relief="none" behavior="exclusive"
_tip="Main toolbar" hlook="both_horiz" vlook="icon">
- <toolitem name="FileSaveAndClose" verb="" _label="Save and Close" priority="1" pixtype="pixbuf"/>
+ <toolitem name="FileSaveAndClose" verb="" _label="Save and Close" priority="1"/>
<placeholder name="Actions"/>
<separator f="" name="ecompedit1"/>
- <toolitem name="FilePrint" verb="" _label="Print" priority="1" pixtype="pixbuf"/>
+ <toolitem name="FilePrint" verb="" _label="Print" priority="1"/>
<separator f="" name="ecompedit2"/>
- <toolitem name="FileDelete" verb="" _label="Delete" priority="1" pixtype="pixbuf"/>
+ <toolitem name="FileDelete" verb="" _label="Delete" priority="1"/>
<toolitem name="FileClose" verb="" _label="Close" priority="1"/>