From 1644f8ea81e71e18e1219cc43e33cc4a4a0108b9 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Mon, 4 Jan 2010 17:56:38 +0100 Subject: [PATCH] Point some tips of the day to the right documentation path. Fixes: QTCREATORBUG-483 (cherry picked from commit 8929bb27eeaab6b876fefde63aa1bdcf5e8f5ee2) --- .../qt4projectmanager/gettingstartedwelcomepagewidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp b/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp index ef04ec8c4d6..46790afee81 100644 --- a/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp +++ b/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp @@ -328,9 +328,9 @@ QStringList GettingStartedWelcomePageWidget::tipsOfTheDay() tips.append(tr("You can quickly search methods, classes, help and more using the " "Locator bar (%1+K).").arg(ctrlShortcut)); tips.append(tr("You can add custom build steps in the " - "build settings.")); + "build settings.")); tips.append(tr("Within a session, you can add " - "dependencies between projects.")); + "dependencies between projects.")); tips.append(tr("You can set the preferred editor encoding for every project in Projects -> Editor Settings -> Default Encoding.")); tips.append(tr("You can use Qt Creator with a number of " "revision control systems such as Subversion, Perforce, CVS and Git."));