wrc: Replace CVS with Git

André Hentschel nerv at dawncrow.de
Fri Jun 24 15:51:44 CDT 2011


---
 tools/wrc/parser.y |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/wrc/parser.y b/tools/wrc/parser.y
index e1a3c68..01846af 100644
--- a/tools/wrc/parser.y
+++ b/tools/wrc/parser.y
@@ -693,7 +693,7 @@ icon	: tICON loadmemopts file_raw	{
 	 * The reading of raw_data for fonts is a Borland BRC
 	 * extension. MS generates an error. However, it is
 	 * most logical to support this, considering how wine
-	 * enters things in CVS (ascii).
+	 * enters things in Git (ascii).
 	 */
 font	: tFONT loadmemopts file_raw	{ $$ = new_font($3, $2); }
 	;
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list