Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Minor patch for cdt.doc.user

This is a one line text patch to change terminology from “Target” to “Project Type”.  I missed it in 2.1.  This should be applied to 2.1 and Head.

 

Thanks,

Leo

 

Index: contexts_CDT.xml

===================================================================

RCS file: /home/tools/org.eclipse.cdt-doc/org.eclipse.cdt.doc.user/contexts_CDT.xml,v

retrieving revision 1.7

diff -u -r1.7 contexts_CDT.xml

--- contexts_CDT.xml     17 Jun 2004 20:47:44 -0000        1.7

+++ contexts_CDT.xml  30 Jan 2005 19:43:58 -0000

@@ -286,7 +286,7 @@

 <context id ="new_proj_wiz_m_target">

    <description>Click below to see help.</description>

    <topic href="">

-           label="Select a Target"/>

+          label="Select a Project Type"/>

 </context>

 <context id ="new_proj_wiz_m_proj">

    <description>Click below to see help.</description>


Back to the top