Bug 203550

Summary: CDT "Hello World" sample project has typo in generated comments
Product: [Tools] CDT Reporter: Beth Tibbitts <beth>
Component: cdt-buildAssignee: Andrew Ferguson <andrew.ferguson>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: andrew.ferguson
Version: 4.0Keywords: contributed
Target Milestone: 4.0.1   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
removes the "pp" from the block comment in the generated code bjorn.freeman-benson: iplog+

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!