SF.net SVN: geany: [645] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Fri Jul 28 12:26:42 UTC 2006


Revision: 645
Author:   ntrel
Date:     2006-07-28 05:26:36 -0700 (Fri, 28 Jul 2006)
ViewCVS:  http://svn.sourceforge.net/geany/?rev=645&view=rev

Log Message:
-----------
Correct a typo

Modified Paths:
--------------
    trunk/geany_windres.rc.in
    trunk/src/Makefile.am
Modified: trunk/geany_windres.rc.in
===================================================================
--- trunk/geany_windres.rc.in	2006-07-28 12:24:16 UTC (rev 644)
+++ trunk/geany_windres.rc.in	2006-07-28 12:26:36 UTC (rev 645)
@@ -15,7 +15,7 @@
 		 {
 			 VALUE "CompanyName", ""
 			 VALUE "FileVersion", "@VERSION_STRING@"
-			 VALUE "FileDescription", "Small and lighweight IDE (built using mingw gcc)"
+			 VALUE "FileDescription", "Small and lightweight IDE (built using mingw gcc)"
 			 VALUE "InternalName", "geany"
 			 VALUE "LegalCopyright", "Copyright 2005-2006 by Enrico Troeger"
 			 VALUE "LegalTrademarks", ""

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2006-07-28 12:24:16 UTC (rev 644)
+++ trunk/src/Makefile.am	2006-07-28 12:26:36 UTC (rev 645)
@@ -51,7 +51,7 @@
 	$(WINDRES) -i ../geany_windres.rc --input-format=rc -o geany_windres.res -O coff;
 
 clean-local:
-	rm -f windres.res
+	rm -f geany_windres.res
 
 else
 # build Geany for all other platforms


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list