diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2010-08-18 20:43:15 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2010-08-18 20:43:15 +0200 |
commit | 200dd57560e1ccc04e6fb5dbd57936812e1878b5 (patch) | |
tree | 76a831964980c5d81b54c26293af6d1cbf3cfb05 | |
parent | e24f10765bcb8becc21865a346e9aa138c7af421 (diff) | |
download | fpGUI-200dd57560e1ccc04e6fb5dbd57936812e1878b5.tar.xz |
fpg_hyperlink docs update
-rw-r--r-- | docs/xml/gui/fpg_hyperlink.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/xml/gui/fpg_hyperlink.xml b/docs/xml/gui/fpg_hyperlink.xml index f9239fa5..0c3d507c 100644 --- a/docs/xml/gui/fpg_hyperlink.xml +++ b/docs/xml/gui/fpg_hyperlink.xml @@ -3,9 +3,9 @@ <package name="fpGUI"> <module name="fpg_hyperlink"> <short>A label component that can launch a web browser</short> - <descr>This component acts like a link found in a web page. You can assign a + <descr><p>This component acts like a link found in a web page. You can assign a target URL and if the user clicks on the component, it will launch a web browser -using the target URL as destination.</descr> +using the target URL as destination.</p></descr> <element name="TfpgHyperlink"> <short>A <var>TfpgCustomLabel</var> descendant that implements hyperlink support</short> <descr>This is a class to implement a hyperlink. Of course, such as all |