summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorjkobus <jaroslaw.kobus@digia.com>2013-10-25 12:48:09 +0200
committerJarek Kobus <jaroslaw.kobus@digia.com>2013-10-25 14:23:34 +0200
commitdeeeda162d1c05331c1988b683ddb0c0900bf8a8 (patch)
treeb2381bee5718d0d4df866eb7f20742790c2d0d2b /share
parentc2705f1595f2b1db5d886b6d11e256f2322b96f4 (diff)
downloadqt-creator-deeeda162d1c05331c1988b683ddb0c0900bf8a8.tar.gz
Remove unneeded space
Change-Id: I7e7335bd8b3ef2816abe07a3c5dc6cf2b86afc3b Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml2
-rw-r--r--share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml b/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml
index ce311f620e..5f305c0441 100644
--- a/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml
+++ b/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml
@@ -51,7 +51,7 @@ leave room for the Qt 4 target page.
<file source="project.pro" target="%ProjectName:l%.pro" openproject="true"/>
</files>
<!-- Create a 2nd wizard page with parameters -->
- <fieldpagetitle>Custom QML Extension Plugin Parameters</fieldpagetitle>
+ <fieldpagetitle>Custom QML Extension Plugin Parameters</fieldpagetitle>
<fields>
<field mandatory="true" name="ObjectName">
<fieldcontrol class="QLineEdit" validator='^[A-Za-z0-9_]+$' defaulttext="MyItem"/>
diff --git a/share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml b/share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml
index 16c624d21a..8de803a723 100644
--- a/share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml
+++ b/share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml
@@ -51,7 +51,7 @@ leave room for the Qt 4 target page.
<file source="project.pro" target="%ProjectName:l%.pro" openproject="true"/>
</files>
<!-- Create a 2nd wizard page with parameters -->
- <fieldpagetitle>Custom QML Extension Plugin Parameters</fieldpagetitle>
+ <fieldpagetitle>Custom QML Extension Plugin Parameters</fieldpagetitle>
<fields>
<field mandatory="true" name="ObjectName">
<fieldcontrol class="QLineEdit" validator='^[A-Za-z0-9_]+$' defaulttext="MyItem"/>