forked from qt-creator/qt-creator
Point some tips of the day to the right documentation path.
Fixes: QTCREATORBUG-483
This commit is contained in:
@@ -328,9 +328,9 @@ QStringList GettingStartedWelcomePageWidget::tipsOfTheDay()
|
|||||||
tips.append(tr("You can quickly search methods, classes, help and more using the "
|
tips.append(tr("You can quickly search methods, classes, help and more using the "
|
||||||
"<a href=\"qthelp://com.nokia.qtcreator/doc/creator-navigation.html\">Locator bar</a> (<tt>%1+K</tt>).").arg(ctrlShortcut));
|
"<a href=\"qthelp://com.nokia.qtcreator/doc/creator-navigation.html\">Locator bar</a> (<tt>%1+K</tt>).").arg(ctrlShortcut));
|
||||||
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-build-settings.html\">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/creator-build-settings.html#dependencies\">dependencies</a> between projects."));
|
"<a href=\"qthelp://com.nokia.qtcreator/doc/http://doc.qt.nokia.com/qtcreator-1.3/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."));
|
||||||
|
Reference in New Issue
Block a user