summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-05-04 18:24:31 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-05-04 18:24:31 +0000
commit5f3e95835642116ea981fb808d9688f2124a2fa4 (patch)
tree6cbc64cd95df401f5df182010965a5f671e7d05a
parent8e6a2b4f6e357c64fc17cbe3ff0a14c59db69ac7 (diff)
downloadgdk-pixbuf-5f3e95835642116ea981fb808d9688f2124a2fa4.tar.gz
Fix the dtd.
-rw-r--r--docs/reference/ChangeLog4
-rw-r--r--docs/reference/gtk/tmpl/gtkuimanager.sgml15
2 files changed, 14 insertions, 5 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index ec6072ba9..6cce6de7d 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,7 @@
+2004-05-04 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/tmpl/gtkuimanager.sgml: Fixes to the DTD.
+
2004-04-30 Matthias Clasen <mclasen@redhat.com>
* === Released 2.4.1 ===
diff --git a/docs/reference/gtk/tmpl/gtkuimanager.sgml b/docs/reference/gtk/tmpl/gtkuimanager.sgml
index e9700b176..ad93c51b2 100644
--- a/docs/reference/gtk/tmpl/gtkuimanager.sgml
+++ b/docs/reference/gtk/tmpl/gtkuimanager.sgml
@@ -25,11 +25,16 @@ roughly described by the following DTD.
&lt;!ELEMENT toolitem EMPTY &gt;
&lt;!ELEMENT separator EMPTY &gt;
&lt;!ELEMENT accelerator EMPTY &gt;
-&lt;!ATTLIST menubar name &num;IMPLIED &gt;
-&lt;!ATTLIST toolbar name &num;IMPLIED &gt;
-&lt;!ATTLIST popup name &num;IMPLIED &gt;
-&lt;!ATTLIST placeholder name &num;IMPLIED &gt;
-&lt;!ATTLIST separator name &num;IMPLIED &gt;
+&lt;!ATTLIST menubar name &num;IMPLIED
+ action &num;IMPLIED &gt;
+&lt;!ATTLIST toolbar name &num;IMPLIED
+ action &num;IMPLIED &gt;
+&lt;!ATTLIST popup name &num;IMPLIED
+ action &num;IMPLIED &gt;
+&lt;!ATTLIST placeholder name &num;IMPLIED
+ action &num;IMPLIED &gt;
+&lt;!ATTLIST separator name &num;IMPLIED
+ action &num;IMPLIED &gt;
&lt;!ATTLIST menu name &num;IMPLIED
action &num;REQUIRED
position (top|bot) &num;IMPLIED &gt;