diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2003-09-04 09:07:23 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-09-04 09:07:23 +0000 |
commit | 6c227b5a659d47c275f1a8bb0866a42fb4dcfe0b (patch) | |
tree | 69526e83648ae293a8fc0863c77c06209311615a /tests/merge-2.ui | |
parent | 0a163c7fd7aa6c75c1e4bfb7201380399ad8a750 (diff) | |
download | gtk+-6c227b5a659d47c275f1a8bb0866a42fb4dcfe0b.tar.gz |
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".
Diffstat (limited to 'tests/merge-2.ui')
-rw-r--r-- | tests/merge-2.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/merge-2.ui b/tests/merge-2.ui index 5cf2f9ce10..18fbc607f6 100644 --- a/tests/merge-2.ui +++ b/tests/merge-2.ui @@ -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> |