summaryrefslogtreecommitdiff
path: root/server/xml/macros/example.xml
diff options
context:
space:
mode:
authordeva <deva>2009-07-30 08:55:53 +0000
committerdeva <deva>2009-07-30 08:55:53 +0000
commitb596d748b398242b556cb5a6271dff014d5e638d (patch)
tree4c49da6cba80e53cd8ebc07081cb1b4cbd989d78 /server/xml/macros/example.xml
parent77272458e7a8906d871b241b5385bbd0f783d861 (diff)
Changed illogically named 'window' tag into the more descriptive 'widgets' tag.
Diffstat (limited to 'server/xml/macros/example.xml')
-rw-r--r--server/xml/macros/example.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/xml/macros/example.xml b/server/xml/macros/example.xml
index dbdc4fa..acb7133 100644
--- a/server/xml/macros/example.xml
+++ b/server/xml/macros/example.xml
@@ -41,7 +41,7 @@
end
</script>
</scripts>
- <window name="mainwindow"
+ <widgets name="mainwindow"
caption="Example Window"
width="400"
height="500"
@@ -137,5 +137,5 @@
<button name="cancel" caption="Annuller" action="cancel"/>
<button name="commit" caption="Godkend" action="commit"/>
</frame>
- </window>
+ </widgets>
</macro>