diff options
author | deva <deva> | 2009-07-30 08:55:53 +0000 |
---|---|---|
committer | deva <deva> | 2009-07-30 08:55:53 +0000 |
commit | b596d748b398242b556cb5a6271dff014d5e638d (patch) | |
tree | 4c49da6cba80e53cd8ebc07081cb1b4cbd989d78 /server/xml/macros/test_metawidget.xml | |
parent | 77272458e7a8906d871b241b5385bbd0f783d861 (diff) |
Changed illogically named 'window' tag into the more descriptive 'widgets' tag.
Diffstat (limited to 'server/xml/macros/test_metawidget.xml')
-rw-r--r-- | server/xml/macros/test_metawidget.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/xml/macros/test_metawidget.xml b/server/xml/macros/test_metawidget.xml index c2a71a5..a2d51ea 100644 --- a/server/xml/macros/test_metawidget.xml +++ b/server/xml/macros/test_metawidget.xml @@ -7,7 +7,7 @@ </maps> <scripts> </scripts> - <window caption="Test Metawidget" + <widgets caption="Test Metawidget" layout="vbox"> <metawidget layout="vbox" name="dims" format="${test1}: ${test2}" storechildren="true"> @@ -25,5 +25,5 @@ <button caption="Reset" action="reset"/> <button caption="Gem" action="commit"/> </frame> - </window> + </widgets> </macro> |