From 8047915f17c48e666efe13aca1afce7fc631bcbf Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Tue, 29 Apr 2014 10:31:52 -0400 Subject: [PATCH] bug 433463: Poor phrasing in "Tutorial: Creating a simple application" --- doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm index 9db5c363982..aecfea810a1 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm @@ -96,7 +96,7 @@ Now with CDT, you just select a project type, and that determines what build sys
  • Click Finish.

  • -

    NOTE If the C++ perspective is not currently set as the default, you are prompted to determined if you would like to this project to be associated with the C/C++ perspective. Click Yes.
    +

    NOTE If the C++ perspective is not currently set as the default, you are prompted to determine if you would like to this project to be associated with the C/C++ perspective. Click Yes.

    A project is created with the default settings and a full set of configurations based on the project type and toolchain you selected. You should now see the new project in Project Explorer view.