|
From: Andreas H. <ah...@pr...> - 2004-01-27 03:44:49
|
Update of /cvsroot/jvcl/dev/JVCL3/packages/bcb5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13939/packages/bcb5 Modified Files: JvCustomC5R.bpk JvCustomC5R.cpp Log Message: Fixed typo Index: JvCustomC5R.bpk =================================================================== RCS file: /cvsroot/jvcl/dev/JVCL3/packages/bcb5/JvCustomC5R.bpk,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** JvCustomC5R.bpk 26 Jan 2004 09:06:42 -0000 1.16 --- JvCustomC5R.bpk 26 Jan 2004 10:27:09 -0000 1.17 *************** *** 6,10 **** ALWAYS EDIT THE RELATED XML FILE (JvCustom-R.xml) ! Last generated: 26-01-2004 09:05:50 UTC ----------------------------------------------------------------------------- --> --- 6,10 ---- ALWAYS EDIT THE RELATED XML FILE (JvCustom-R.xml) ! Last generated: 26-01-2004 10:26:48 UTC ----------------------------------------------------------------------------- --> *************** *** 50,55 **** ..\..\dcu\JvOwnerDrawViewer.obj ..\..\dcu\JvEditorCommon.obj ! ..\..\dcu\JvWideEditor.obj ! ..\..\dcu\JvWideHLEditor.obj "/> <RESFILES value="JvCustomC5R.res"/> --- 50,55 ---- ..\..\dcu\JvOwnerDrawViewer.obj ..\..\dcu\JvEditorCommon.obj ! ..\..\dcu\JvUnicodeEditor.obj ! ..\..\dcu\JvUnicodeHLEditor.obj "/> <RESFILES value="JvCustomC5R.res"/> Index: JvCustomC5R.cpp =================================================================== RCS file: /cvsroot/jvcl/dev/JVCL3/packages/bcb5/JvCustomC5R.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** JvCustomC5R.cpp 26 Jan 2004 09:06:42 -0000 1.11 --- JvCustomC5R.cpp 26 Jan 2004 10:27:09 -0000 1.12 *************** *** 5,9 **** ALWAYS EDIT THE RELATED XML FILE (JvCustom-R.xml) ! Last generated: 26-01-2004 09:05:51 UTC ----------------------------------------------------------------------------- */ --- 5,9 ---- ALWAYS EDIT THE RELATED XML FILE (JvCustom-R.xml) ! Last generated: 26-01-2004 10:26:49 UTC ----------------------------------------------------------------------------- */ *************** *** 47,52 **** USEUNIT("..\..\run\JvOwnerDrawViewer.pas"); USEUNIT("..\..\run\JvEditorCommon.pas"); ! USEUNIT("..\..\run\JvWideEditor.pas"); ! USEUNIT("..\..\run\JvWideHLEditor.pas"); USEPACKAGE("JvCoreC5R.bpi"); USEPACKAGE("JvCtrlsC5R.bpi"); --- 47,52 ---- USEUNIT("..\..\run\JvOwnerDrawViewer.pas"); USEUNIT("..\..\run\JvEditorCommon.pas"); ! USEUNIT("..\..\run\JvUnicodeEditor.pas"); ! USEUNIT("..\..\run\JvUnicodeHLEditor.pas"); USEPACKAGE("JvCoreC5R.bpi"); USEPACKAGE("JvCtrlsC5R.bpi"); |