Skip to main content

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


Applied to cdt_21 and HEAD.

        - Dave



"Treggiari, Leo" <leo.treggiari@xxxxxxxxx>
Sent by: cdt-patch-admin@xxxxxxxxxxx

01/30/2005 02:49 PM

Please respond to
cdt-patch

To
<cdt-patch@xxxxxxxxxxx>
cc
Subject
[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