- Timestamp:
- Jul 21, 2019, 2:27:40 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Components/RichTextDocumentUnit.pas
r423 r438 842 842 end; 843 843 844 Q[ 0 ] := #0; // ALT - make sure string is terminated 844 if Buffer <> nil then 845 Q[ 0 ] := #0; // ALT - make sure string is terminated 845 846 846 847 result := PCharDiff( Q, Buffer ); -
trunk/NewView/VersionUnit.pas
r430 r438 17 17 18 18 const 19 Version = 'V2.19. 6'; // $SS_REQUIRE_NEW_VERSION$20 BldLevelVersion = '2.19. 6'; // Embedded for IBM BLDLEVEL tool19 Version = 'V2.19.7'; // $SS_REQUIRE_NEW_VERSION$ 20 BldLevelVersion = '2.19.7'; // Embedded for IBM BLDLEVEL tool 21 21 CopyrightMsg = 'Copyright 2005 Aaron Lawrence; 2006-2019 Ronald Brill'; 22 22 LicenseMsg = 'Licensed under the GNU Public License';
Note:
See TracChangeset
for help on using the changeset viewer.