Bug 203550 - CDT "Hello World" sample project has typo in generated comments
Summary: CDT "Hello World" sample project has typo in generated comments
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 4.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 4.0.1   Edit
Assignee: Andrew Ferguson CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-09-16 22:40 EDT by Beth Tibbitts CLA
Modified: 2008-06-22 02:19 EDT (History)
1 user (show)

See Also:


Attachments
removes the "pp" from the block comment in the generated code (857 bytes, patch)
2007-09-16 22:40 EDT, Beth Tibbitts CLA
bjorn.freeman-benson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Beth Tibbitts CLA 2007-09-16 22:40:57 EDT
Created attachment 78523 [details]
removes the "pp" from the block comment in the generated code

Build ID: Build id: I20070625-1500

Steps To Reproduce:
1. New C Project, Executable, "Hello World"
2. open src/projectName.c
3. comment includes this line:
        Name        : projectName.cpp
   Which should be this line:
        Name        : projectName.c


More information:
patch attached to change .cpp in this C project to .c instead

This very trivial patch is for the org.eclipse.cdt.managedbuilder.gnu.ui project
Comment 1 Andrew Ferguson CLA 2007-09-17 05:55:27 EDT
thanks Beth!