From: Ton v. O. <tvo...@us...> - 2006-08-04 15:23:04
|
Update of /cvsroot/easycalc/easycalc In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12797 Modified Files: graph.rcp.in Log Message: Added missing #if SUPPORT_DIA. Index: graph.rcp.in =================================================================== RCS file: /cvsroot/easycalc/easycalc/graph.rcp.in,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** graph.rcp.in 2 Aug 2006 16:34:12 -0000 1.27 --- graph.rcp.in 4 Aug 2006 15:23:00 -0000 1.28 *************** *** 155,158 **** --- 155,159 ---- END + #ifdef SUPPORT_DIA WORDLIST ID frmGraph BEGIN *************** *** 184,187 **** --- 185,189 ---- btnGraphColor DIA_X_RIGHT+DIA_Y_PLUS_1_2_DH 0 END + #endif MENU ID graphMenu |