diff options
Diffstat (limited to 'server/xml/macros/test_radiobuttons.xml')
-rw-r--r-- | server/xml/macros/test_radiobuttons.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/xml/macros/test_radiobuttons.xml b/server/xml/macros/test_radiobuttons.xml index 92133be..d5aa375 100644 --- a/server/xml/macros/test_radiobuttons.xml +++ b/server/xml/macros/test_radiobuttons.xml @@ -7,7 +7,7 @@ </maps> <scripts> </scripts> - <window caption="Test Radiobuttons" + <widgets caption="Test Radiobuttons" layout="vbox"> <radiobuttons name="test_radiobuttons" layout="vbox" value="test1"> @@ -21,5 +21,5 @@ <button caption="Reset" action="reset"/> <button caption="Gem" action="commit"/> </frame> - </window> + </widgets> </macro> |