From 105fa978e7934a13559aeb576314e44868a18c14 Mon Sep 17 00:00:00 2001
From: Andrew Gvozdev
Date: Tue, 6 Jan 2015 11:28:10 -0500
Subject: [PATCH] Bug 449596: Hello World tutorial shows non-existing command
to build
---
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 aecfea810a1..e157f3f2474 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
@@ -123,7 +123,7 @@ Now with CDT, you just select a project type, and that determines what build sys
- Build your project by pressing CTRL+B, or select the project in the Project Explorer view and select File > Build Project.
+ Build your project by pressing CTRL+B, or select the project in the Project Explorer view and select Project > Build Project.
NOTE: If a build generates any errors or warnings, you can see those in the Problems view. If you encounter difficulty, see the topics Building C/C++ projects and Before you begin