diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-03-13 19:01:34 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-03-13 19:01:34 +0200 |
commit | 20b2cc26e064883918f4da6a26e7719d832f77e5 (patch) | |
tree | 4c7b5091cd265ccc087cf0be948bae546bd678ae /src/corelib/render | |
parent | 68fcac7ff20cda5e87cd5f263f0f1c216a5470dd (diff) | |
download | fpGUI-20b2cc26e064883918f4da6a26e7719d832f77e5.tar.xz |
agg: fix spelling mistakes in program output.
Diffstat (limited to 'src/corelib/render')
-rw-r--r-- | src/corelib/render/software/agg-demos/find_compilers_win.dpr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/corelib/render/software/agg-demos/find_compilers_win.dpr b/src/corelib/render/software/agg-demos/find_compilers_win.dpr index 594b15e0..112f720e 100644 --- a/src/corelib/render/software/agg-demos/find_compilers_win.dpr +++ b/src/corelib/render/software/agg-demos/find_compilers_win.dpr @@ -1188,7 +1188,7 @@ begin 'I am sorry, but NO Object Pascal compilers were found'#13 + 'on your system.'#13 + ''#13 + - 'Please install Delphi or FreePascal'#13+ + 'Please install Delphi or Free Pascal'#13+ 'and then rerun this utility.'#13#13+ 'http://www.borland.com'#13#13 + '- or - '#13#13 + @@ -1462,15 +1462,15 @@ begin message_( 'This is just an AggPas library helper utility which has nothing to do'#13 + 'with demonstrating any of graphical possibilities of AGG.'#13#13 + - 'Author of this pascal port (Milano) recomends to proceed with this utility'#13 + + 'Author of this pascal port (Milano) recommends to proceed with this utility'#13 + 'on your system right after unpacking the archive, because it will'#13 + 'scan your computer for all available Object Pascal compilers and'#13 + - 'it will create the up-to-date working batch files for fompiling the library demos.'#13#13 + + 'it will create the up-to-date working batch files for compiling the library demos.'#13#13 + 'In the welcome screen of this utility, there is a logo for the AGG library,'#13 + 'which was designed and proposed by Milano. It has the meaning of spiral primitive'#13 + 'upon the interactive polygon control, which should mean in "translation" that'#13 + '"With AGG the possibilities are endless (the spiral) and custom adjustments'#13 + - 'are easy possible. (interactive polygon)".' + + 'are easily possible (interactive polygon).".' + #13#13'Note: F2 key saves current "screenshot" file in this demo''s directory. ' ); end; @@ -1493,4 +1493,4 @@ BEGIN app.Destruct; -END.
\ No newline at end of file +END. |