Skip to content
Snippets Groups Projects
Commit a8667254 authored by Daniel Molkentin's avatar Daniel Molkentin
Browse files

Brown paper bag fix for 8929bb27.

parent b3fd927e
No related branches found
No related tags found
No related merge requests found
...@@ -330,7 +330,7 @@ QStringList GettingStartedWelcomePageWidget::tipsOfTheDay() ...@@ -330,7 +330,7 @@ QStringList GettingStartedWelcomePageWidget::tipsOfTheDay()
tips.append(tr("You can add custom build steps in the " tips.append(tr("You can add custom build steps in the "
"<a href=\"qthelp://com.nokia.qtcreator/doc/creator-project-pane.html#build-settings\">build settings</a>.")); "<a href=\"qthelp://com.nokia.qtcreator/doc/creator-project-pane.html#build-settings\">build settings</a>."));
tips.append(tr("Within a session, you can add " tips.append(tr("Within a session, you can add "
"<a href=\"qthelp://com.nokia.qtcreator/doc/http://doc.qt.nokia.com/qtcreator-1.3/creator-project-pane.html#dependencies\">dependencies</a> between projects.")); "<a href=\"qthelp://com.nokia.qtcreator/doc/creator-project-pane.html#dependencies\">dependencies</a> between projects."));
tips.append(tr("You can set the preferred editor encoding for every project in <tt>Projects -> Editor Settings -> Default Encoding</tt>.")); tips.append(tr("You can set the preferred editor encoding for every project in <tt>Projects -> Editor Settings -> Default Encoding</tt>."));
tips.append(tr("You can use Qt Creator with a number of <a href=\"qthelp://com.nokia.qtcreator/doc/creator-version-control.html\">" tips.append(tr("You can use Qt Creator with a number of <a href=\"qthelp://com.nokia.qtcreator/doc/creator-version-control.html\">"
"revision control systems</a> such as Subversion, Perforce, CVS and Git.")); "revision control systems</a> such as Subversion, Perforce, CVS and Git."));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment