Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Patch: typo in managed builder property file

This fixes a small typo in MakeResources.properties.
I found this by chance and didn't look to see if this property is
actually used.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@xxxxxxxxxx>

	* src/org/eclipse/cdt/make/internal/ui/MakeResources.properties:
	Fixed typo.

Index: src/org/eclipse/cdt/make/internal/ui/MakeResources.properties
===================================================================
RCS file: /usr/cygnus/eclipse-cvsroot/org.eclipse.cdt.make.ui/src/org/eclipse/cdt/make/internal/ui/MakeResources.properties,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 MakeResources.properties
--- src/org/eclipse/cdt/make/internal/ui/MakeResources.properties 13 Oct 2003 22:56:35 -0000 1.1.1.1
+++ src/org/eclipse/cdt/make/internal/ui/MakeResources.properties 16 Nov 2003 21:53:28 -0000
@@ -14,7 +14,7 @@
 MakeCCWizardSettings.description=Define the project and 'make' builder settings
 
 WizardMakeProjectConversion.title=Convert to C/C++ Make project
-WizardMakeProjectConversion.description=Convert a prject to a C/C++ project which uses 'make' to build it.
+WizardMakeProjectConversion.description=Convert a project to a C/C++ project which uses 'make' to build it.
 
 MakeWizardUpdate.window_title=Make Project Migration
 MakeWizardUpdatePage.title=Make Project Migration


Back to the top