Use "position" instead of "pos".

* tests/merge-2.ui: Use "position" instead of "pos".

	* gtk/gtkuimanager.c (start_element_handler): No need
	to be terse: Change the name of the "pos" attribute
	to "position".

	* gtk/tmpl/gtkuimanager.sgml: Change the name of the "pos"
	attribute to "position".
This commit is contained in:
Matthias Clasen
2003-09-04 09:07:23 +00:00
parent 0a163c7fd7
commit 6c227b5a65
9 changed files with 65 additions and 22 deletions

View File

@ -2,7 +2,7 @@
<ui>
<menubar>
<menu name="FileMenu" action="FileMenuAction">
<menuitem name="New" action="NewAction" pos="top" />
<menuitem name="New" action="NewAction" position="top" />
<separator />
<menuitem name="Quit" action="QuitAction" />
</menu>
@ -17,7 +17,7 @@
</placeholder>
</toolbar>
<popup name="FileMenu" action="FileMenuAction">
<menuitem name="New" action="NewAction" pos="top" />
<menuitem name="New" action="NewAction" position="top" />
<menu name="HelpMenu" action="HelpMenuAction">
<menuitem name="About" action="AboutAction" />
</menu>