From: Steven M. <sr...@us...> - 2005-08-26 07:01:33
|
Update of /cvsroot/instantobjects/Source/Core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22000 Modified Files: InstantConsts.pas Log Message: Change of resource strings to keep alphabetical order. Index: InstantConsts.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantConsts.pas,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** InstantConsts.pas 24 Jul 2005 16:34:55 -0000 1.15 --- InstantConsts.pas 26 Aug 2005 07:01:23 -0000 1.16 *************** *** 25,29 **** * * Contributor(s): ! * Nando Dessena * * ***** END LICENSE BLOCK ***** *) --- 25,29 ---- * * Contributor(s): ! * Nando Dessena, Steven Mitchell * * ***** END LICENSE BLOCK ***** *) *************** *** 166,169 **** --- 166,170 ---- SUnknownAttributeClass = 'Unknown attribute class for attribute %s(''%s'')'; SUnspecifiedCommand = 'Command is not specified'; + SUnsupportedColumnType = 'ColumnType %s not supported'; SUnsupportedDataType = 'Unsupported datatype: %s'; SUnsupportedGraphicClass = 'Unsupported graphic class'; *************** *** 172,176 **** SUnsupportedType = 'Unsupported type: %s'; SUpdateConflict = 'Object %s(''%s'') was updated by another session'; - SUnsupportedColumnType = 'ColumnType %s not supported'; implementation --- 173,176 ---- |