|
From: Olivier S. <ob...@us...> - 2004-12-18 17:20:08
|
Update of /cvsroot/jvcl/dev/JVCL3/run In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10160/dev/JVCL3/run Modified Files: JvXPBar.pas Log Message: Now compiles if USEJVCL is not defined Index: JvXPBar.pas =================================================================== RCS file: /cvsroot/jvcl/dev/JVCL3/run/JvXPBar.pas,v retrieving revision 1.82 retrieving revision 1.83 diff -C2 -d -r1.82 -r1.83 *** JvXPBar.pas 22 Nov 2004 19:29:33 -0000 1.82 --- JvXPBar.pas 18 Dec 2004 17:19:58 -0000 1.83 *************** *** 601,605 **** resourcestring RsUntitled = 'untitled'; ! RsUntitledFmt = '(%s %d)"; RsHintShortcutFmt = '%s (%s)'; {$ENDIF USEJVCL} --- 601,605 ---- resourcestring RsUntitled = 'untitled'; ! RsUntitledFmt = '(%s %d)'; RsHintShortcutFmt = '%s (%s)'; {$ENDIF USEJVCL} |