Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
a6fc7e88
Commit
a6fc7e88
authored
Feb 15, 2011
by
Leena Miettinen
Browse files
Doc: fix capitalization
Reviewed-by: Alessandro Portale
parent
70b9c843
Changes
2
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/templates/html5app/html/index.html
View file @
a6fc7e88
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<body>
<body>
<a
id=
"quit"
>
X
</a>
<a
id=
"quit"
>
X
</a>
<h1>
Hello
</h1>
<h1>
Hello
</h1>
<h1>
H
tml
5
</h1>
<h1>
H
TML
5
</h1>
<h1>
World
</h1>
<h1>
World
</h1>
</body>
</body>
</html>
</html>
src/plugins/qt4projectmanager/wizards/html5appwizard.cpp
View file @
a6fc7e88
...
@@ -62,11 +62,11 @@ Html5AppWizardDialog::Html5AppWizardDialog(QWidget *parent)
...
@@ -62,11 +62,11 @@ Html5AppWizardDialog::Html5AppWizardDialog(QWidget *parent)
:
AbstractMobileAppWizardDialog
(
parent
)
:
AbstractMobileAppWizardDialog
(
parent
)
,
m_htmlSourcesPage
(
0
)
,
m_htmlSourcesPage
(
0
)
{
{
setWindowTitle
(
tr
(
"New H
tml
5 Application"
));
setWindowTitle
(
tr
(
"New H
TML
5 Application"
));
setIntroDescription
(
tr
(
"This wizard generates a H
tml
5 application project."
));
setIntroDescription
(
tr
(
"This wizard generates a H
TML
5 application project."
));
m_htmlSourcesPage
=
new
Html5AppWizardSourcesPage
;
m_htmlSourcesPage
=
new
Html5AppWizardSourcesPage
;
addPageWithTitle
(
m_htmlSourcesPage
,
tr
(
"H
tml
Sources"
));
addPageWithTitle
(
m_htmlSourcesPage
,
tr
(
"H
TML
Sources"
));
}
}
...
@@ -95,10 +95,10 @@ Core::BaseFileWizardParameters Html5AppWizard::parameters()
...
@@ -95,10 +95,10 @@ Core::BaseFileWizardParameters Html5AppWizard::parameters()
{
{
Core
::
BaseFileWizardParameters
parameters
(
ProjectWizard
);
Core
::
BaseFileWizardParameters
parameters
(
ProjectWizard
);
parameters
.
setIcon
(
QIcon
(
QLatin1String
(
Constants
::
ICON_HTML5_APP
)));
parameters
.
setIcon
(
QIcon
(
QLatin1String
(
Constants
::
ICON_HTML5_APP
)));
parameters
.
setDisplayName
(
tr
(
"H
tml
5 Application"
));
parameters
.
setDisplayName
(
tr
(
"H
TML
5 Application"
));
parameters
.
setId
(
QLatin1String
(
"QA.HTML5A Application"
));
parameters
.
setId
(
QLatin1String
(
"QA.HTML5A Application"
));
parameters
.
setDescription
(
tr
(
"Creates an H
tml
5 application project that can contain "
parameters
.
setDescription
(
tr
(
"Creates an H
TML
5 application project that can contain "
"both H
tml
5 and C++ code and includes a Web
k
it view.
\n\n
"
"both H
TML
5 and C++ code and includes a Web
K
it view.
\n\n
"
"You can build the application and deploy it on desktop and "
"You can build the application and deploy it on desktop and "
"mobile target platforms. For example, you can create signed "
"mobile target platforms. For example, you can create signed "
"Symbian Installation System (SIS) packages for this type of "
"Symbian Installation System (SIS) packages for this type of "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment