summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2010-05-31 11:22:24 +0200
committerhjk <qtc-committer@nokia.com>2010-06-07 10:57:58 +0200
commitc150dd85b01f0fe2e5739e7271275873a0f216b9 (patch)
tree41ed5ed8726fce28bb7a3a0175af7ac1561a9942
parent0b8640d53860f8dfcd5b47d83a9d65ea2b6f0a49 (diff)
downloadqt-creator-c150dd85b01f0fe2e5739e7271275873a0f216b9.tar.gz
Fix doc links to tips of the day, remove some to minimize l10n breakage.
Reviewed-by: Leena Miettinen (cherry picked from commit d5f308032bb3971c710b9d8ff121dfed2b84be34)
-rw-r--r--src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp b/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp
index 8cdf52c0e0..a7bd0b369b 100644
--- a/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp
+++ b/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp
@@ -395,15 +395,11 @@ QStringList GettingStartedWelcomePageWidget::tipsOfTheDay()
tr("Ctrl", "Shortcut key");
#endif
-
- tips.append(tr("You can switch between Qt Creator's modes using <tt>Ctrl+number</tt>:<ul>"
- "<li>1 - Welcome</li><li>2 - Edit</li><li>3 - Debug</li><li>4 - Projects</li><li>5 - Help</li></ul>"));
//:%1 gets replaced by Alt (Win/Unix) or Cmd (Mac)
tips.append(tr("You can show and hide the side bar using <tt>%1+0<tt>.").arg(altShortcut));
tips.append(tr("You can fine tune the <tt>Find</tt> function by selecting &quot;Whole Words&quot; "
"or &quot;Case Sensitive&quot;. Simply click on the icons on the right end of the line edit."));
- tips.append(tr("If you add <a href=\"qthelp://com.nokia.qtcreator/doc/creator-external-library-handling.html\""
- ">external libraries</a>, Qt Creator will automatically offer syntax highlighting "
+ tips.append(tr("If you add external libraries to your project, Qt Creator will automatically offer syntax highlighting "
"and code completion."));
tips.append(tr("The code completion is CamelCase-aware. For example, to complete <tt>namespaceUri</tt> "
"you can just type <tt>nU</tt> and hit <tt>Ctrl+Space</tt>."));
@@ -418,9 +414,9 @@ QStringList GettingStartedWelcomePageWidget::tipsOfTheDay()
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));
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-build-settings.html\">build settings</a>."));
tips.append(tr("Within a session, you can add "
- "<a href=\"qthelp://com.nokia.qtcreator/doc/creator-project-pane.html#dependencies\">dependencies</a> between projects."));
+ "<a href=\"qthelp://com.nokia.qtcreator/doc/creator-build-dependencies.html\">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 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."));