Skip to main content
summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndrew Ferguson2008-03-18 18:01:29 +0000
committerAndrew Ferguson2008-03-18 18:01:29 +0000
commitfd23b527a9c84b99732a671406fc79ae08c3509c (patch)
tree37b8ffbfbae4c44796c5afbdb8d7334b40093105 /doc
parent5ecca831d98e5aa2b040c65b409a92e5deae8a25 (diff)
downloadorg.eclipse.cdt-fd23b527a9c84b99732a671406fc79ae08c3509c.tar.gz
org.eclipse.cdt-fd23b527a9c84b99732a671406fc79ae08c3509c.tar.xz
org.eclipse.cdt-fd23b527a9c84b99732a671406fc79ae08c3509c.zip
214596: apply fix
Diffstat (limited to 'doc')
-rw-r--r--doc/org.eclipse.cdt.doc.isv/guide/projectTemplateEngine/Howtodeveloptemplates.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/org.eclipse.cdt.doc.isv/guide/projectTemplateEngine/Howtodeveloptemplates.html b/doc/org.eclipse.cdt.doc.isv/guide/projectTemplateEngine/Howtodeveloptemplates.html
index ab94521fc7c..8a5e79cc363 100644
--- a/doc/org.eclipse.cdt.doc.isv/guide/projectTemplateEngine/Howtodeveloptemplates.html
+++ b/doc/org.eclipse.cdt.doc.isv/guide/projectTemplateEngine/Howtodeveloptemplates.html
@@ -289,8 +289,12 @@ add and delete items to it.
</p>
<li>
<p>
-<code>browse</code>: If you want a browse field to choose a file
-or directory using the File Open dialog.
+<code>browse</code>: If you want a browse button which opens a file (not directory) selection dialog
+</p>
+</li>
+<li>
+<p>
+<code>browsedir</code>: If you want a browse button which opens a directory selection dialog
</p>
</li>
</ul>

Back to the top