From 43406b74b6302129c8dd0c01f5fe5fe786d727e6 Mon Sep 17 00:00:00 2001
From: "L. Frank Turovich"
Date: Sat, 24 Apr 2010 20:44:43 +0000
Subject: [PATCH] Fixed path to help.css file
---
.../getting_started/cdt_w_creating_cpp_file.html | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_creating_cpp_file.html b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_creating_cpp_file.html
index e1b2746a172..93f2e8f8d0b 100644
--- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_creating_cpp_file.html
+++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_creating_cpp_file.html
@@ -2,7 +2,7 @@
-
+
Creating your C++ file
@@ -13,7 +13,7 @@
The .cpp file that you create will be saved in the project folder you just created in
Creating a remote project.
-
Files are edited in the Remote C/C++ Editor located to the right of
+
Files are edited in the Remote C/C++ Editor located to the right of
the Project Explorer view. The left margin of the Remote C/C++ Editor, called the marker
bar, displays icons for items such as bookmarks, breakpoints, and compiler errors and warnings.
@@ -47,19 +47,18 @@
Your new .cpp file is displayed in the Project Explorer view. Before you
can build your newly created project, you must create a makefile.
- See Creating your makefile.