summaryrefslogtreecommitdiff
path: root/docs/xml/gui
diff options
context:
space:
mode:
Diffstat (limited to 'docs/xml/gui')
-rw-r--r--docs/xml/gui/fpg_dialogs.xml15
1 files changed, 5 insertions, 10 deletions
diff --git a/docs/xml/gui/fpg_dialogs.xml b/docs/xml/gui/fpg_dialogs.xml
index a43ce118..40b17cde 100644
--- a/docs/xml/gui/fpg_dialogs.xml
+++ b/docs/xml/gui/fpg_dialogs.xml
@@ -85,20 +85,15 @@ When the dialog is opened the file specified is pre selected.
<!-- property Visibility: public -->
<element name="TfpgFileDialog.Filter">
<short>File mask filters available in the dialog.</short>
-<descr>
-<p>
-The filter consists out of two parts separated by a | sign. If more than
+<descr><p>The filter consists out of two parts separated by a | sign. If more than
one filter needs to be specified each filter is also separated by a | sign.
The format for a single filter is: &lt;description&gt;|&lt;filemask&gt;
The format for multiple filters are: &lt;description&gt;|&lt;filemask&gt;|&lt;description&gt;|&lt;filemask&gt;|&lt;description&gt;|&lt;filemask&gt;
</p>
-<p>
- Example:<br/>
- <ul>
- <li><p>'All Files (*)|*'</p></li>
- <li><p>'All Files (*)|*|Object Pascal (*.pas)|*.pas'</p></li>
- </ul>
-</p>
+<p>Example:</p>
+<code>'All Files (*)|*'
+'All Files (*)|*|Object Pascal (*.pas)|*.pas'
+</code>
<p>
A filemask can also contain more than one mask separated by a ; sign.<br/>
eg: 'Object Pascal|*.pas;*.lpi;*.pp'