summaryrefslogtreecommitdiff
path: root/docs/xml
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2012-12-03 16:27:10 +0000
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2012-12-03 16:27:10 +0000
commiteb9878bfc9f9be9aa02a23075d3275c4330c276f (patch)
treebe33d0c231da365d233961f7bb84f516ccdad697 /docs/xml
parent90390c5653bce2e6e22646ec8aa5bf08c2e6b86b (diff)
downloadfpGUI-eb9878bfc9f9be9aa02a23075d3275c4330c276f.tar.xz
docs: fixes some spelling mistakes in the fpg_button docs
Diffstat (limited to 'docs/xml')
-rw-r--r--docs/xml/gui/fpg_button.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/xml/gui/fpg_button.xml b/docs/xml/gui/fpg_button.xml
index dec53067..38da104f 100644
--- a/docs/xml/gui/fpg_button.xml
+++ b/docs/xml/gui/fpg_button.xml
@@ -19,7 +19,7 @@
<short>Image below the button text.</short>
</element>
<element name="TfpgBaseButton">
- <short>Base class the represents a push button control</short>
+ <short>Base class that represents a push button control</short>
</element>
<element name="TfpgBaseButton.ImageLayout">
<short>Defines where on the button the image will be displayed</short>
@@ -40,7 +40,7 @@ a image resource was registered with the global <link id="fpg_main.fpgImages">fp
</element>
<element name="TfpgButton">
- <short>Concrete button class used in user interfaces</short>
+ <short>Concrete button class used in user interfaces to represent a push button</short>
<descr><printshort id="TfpgButton"/>. This class is a descendant of <link id="fpg_button.TfpgBaseButton">TfpgBaseButton</link> and
simply publishes various properties for runtime type information.</descr>
<seealso>
@@ -52,6 +52,7 @@ simply publishes various properties for runtime type information.</descr>
<element name="TfpgButton.ImageSpacing" link="TfpgBaseButton.ImageSpacing"/>
<element name="TfpgButton.ImageLayout" link="TfpgBaseButton.ImageLayout"/>
+
</module>
</package>
</fpdoc-descriptions>