[Gcblue-commits] gcb_wx/res GCblue.rc,1.2,1.2.2.1
Status: Alpha
Brought to you by:
ddcforge
From: <ddc...@pr...> - 2004-01-25 17:37:50
|
Update of /cvsroot/gcblue/gcb_wx/res In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11285/res Modified Files: Tag: v0_5_0 GCblue.rc Log Message: Bug with arrow scroll causing bad symbol placement for initial map view Index: GCblue.rc =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/res/GCblue.rc,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** GCblue.rc 17 Dec 2003 00:06:04 -0000 1.2 --- GCblue.rc 25 Jan 2004 17:36:22 -0000 1.2.2.1 *************** *** 120,133 **** BLOCK "040904b0" BEGIN ! VALUE "Comments", "Experimental sim build, version X5" VALUE "CompanyName", "Global Conflict Blue Open Source Development" ! VALUE "FileDescription", "Global Conflict Blue Application" VALUE "FileVersion", "0, 0, 0, 7" VALUE "InternalName", "GlobalConflict" ! VALUE "LegalCopyright", "Copyright (C) 2002-2003, Dewitt Colclough and the Global Conflict Blue Team, All Rights Reserved." VALUE "OriginalFilename", "GCblue" VALUE "ProductName", "GlobalConflict Blue" VALUE "ProductVersion", "0, 0, 0, 7" ! VALUE "SpecialBuild", "X5" END END --- 120,133 ---- BLOCK "040904b0" BEGIN ! VALUE "Comments", "Pre-alpha test build, version 0.5.1" VALUE "CompanyName", "Global Conflict Blue Open Source Development" ! VALUE "FileDescription", "Global Conflict Blue Application, version 0.5.1" VALUE "FileVersion", "0, 0, 0, 7" VALUE "InternalName", "GlobalConflict" ! VALUE "LegalCopyright", "Copyright (C) 2002-2004, Dewitt Colclough and the Global Conflict Blue Team, All Rights Reserved." VALUE "OriginalFilename", "GCblue" VALUE "ProductName", "GlobalConflict Blue" VALUE "ProductVersion", "0, 0, 0, 7" ! VALUE "SpecialBuild", "0.5.1" END END |