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:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user