Author: ianmacarthur
Date: 2010-05-03 13:10:13 -0700 (Mon, 03 May 2010)
New Revision: 7586
Log:

svn props were not set on ide_visualc.cxx



Modified:
   branches/branch-1.3/fluid/ide_visualc.cxx

Modified: branches/branch-1.3/fluid/ide_visualc.cxx
===================================================================
--- branches/branch-1.3/fluid/ide_visualc.cxx   2010-05-03 20:06:22 UTC (rev 
7585)
+++ branches/branch-1.3/fluid/ide_visualc.cxx   2010-05-03 20:10:13 UTC (rev 
7586)
@@ -1,5 +1,5 @@
 //
-// "$Id: ide_visualc.cxx 7131 2010-02-21 21:38:02Z matt $"
+// "$Id$"
 //
 // IDE and Build File generation for the Fast Light Tool Kit (FLTK).
 //
@@ -695,7 +695,7 @@
   int writeConfigH(const char *filename) {
     FILE *f = fopen(filename, "wb");
     fputs("/*\n", f);
-    fputs(" * \"$Id: config.h 6472 2008-10-19 16:40:38Z fabien $\"\n", f);
+    fputs(" * \"$Id$\"\n", f);
     fputs(" */\n", f);
     fputs("#define FLTK_DATADIR    \"C:/FLTK\"\n", f);
     fputs("#define FLTK_DOCDIR     \"C:/FLTK/DOC\"\n", f);
@@ -725,7 +725,7 @@
     fputs("#define HAVE_PNG_GET_VALID\n", f);
     fputs("#define HAVE_PNG_SET_TRNS_TO_ALPHA\n", f);
     fputs("/*\n", f);
-    fputs(" * End of \"$Id: config.h 6472 2008-10-19 16:40:38Z fabien $\".\n", 
f);
+    fputs(" * End of \"$Id$\".\n", f);
     fputs(" */\n", f);
     fclose(f);
     return 0;
@@ -801,6 +801,6 @@
 Fl_IDE_VisualC_Plugin IDE_VisualC_Plugin;
 
 //
-// End of "$Id: ide_visualc.cxx 7131 2010-02-21 21:38:02Z matt $".
+// End of "$Id$".
 //
 


Property changes on: branches/branch-1.3/fluid/ide_visualc.cxx
___________________________________________________________________
Name: svn:keywords
   + author date id revision
Name: svn:eol-style
   + native

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to