[Igarden-commit] Garden/source/PlanTool ActiveMaterial.cpp, 1.45.2.5, 1.45.2.6
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-11-29 13:40:27
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv12984 Modified Files: Tag: Release_branch_v1 ActiveMaterial.cpp Log Message: Change to use correct font now that byte-swapping XGFont bug is fixed Index: ActiveMaterial.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/ActiveMaterial.cpp,v retrieving revision 1.45.2.5 retrieving revision 1.45.2.6 diff -C2 -d -r1.45.2.5 -r1.45.2.6 *** ActiveMaterial.cpp 29 Nov 2006 12:31:36 -0000 1.45.2.5 --- ActiveMaterial.cpp 29 Nov 2006 13:40:13 -0000 1.45.2.6 *************** *** 61,65 **** const long kPaletteSelectMenu = 106; const long kCategorySelectMenu = 107; ! const long kActiveMenuFont = 0; //139; const long kAccentMenuItem = 0; --- 61,65 ---- const long kPaletteSelectMenu = 106; const long kCategorySelectMenu = 107; ! const long kActiveMenuFont = 139; const long kAccentMenuItem = 0; |