|
From: Steven M. <sr...@us...> - 2006-01-08 07:24:33
|
Update of /cvsroot/instantobjects/Source/Design In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17587 Modified Files: InstantReg.pas Log Message: Used the new SSplashScreenTitle resource string in InstantConsts.pas and changed title to 'InstantObjects - Object Persistence Framework'. Index: InstantReg.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantReg.pas,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** InstantReg.pas 3 Jan 2006 04:41:07 -0000 1.14 --- InstantReg.pas 8 Jan 2006 07:24:24 -0000 1.15 *************** *** 73,78 **** try ! SplashScreenServices.AddPluginBitmap('InstantObjects Model Explorer', ! Bmp.Handle, False, '', ''); finally Bmp.Free; --- 73,78 ---- try ! SplashScreenServices.AddPluginBitmap(SSplashScreenTitle, ! Bmp.Handle, False, '', ''); finally Bmp.Free; |