mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
Tweak noncomp and demo messages
This commit is contained in:
@ -4504,10 +4504,10 @@ let go_withargv argv =
|
|||||||
| _ ->
|
| _ ->
|
||||||
Hashtbl.clear filenames;
|
Hashtbl.clear filenames;
|
||||||
if demo then
|
if demo then
|
||||||
flprint "This demo is for evaluation only. http://www.coherentpdf.com/\n";
|
flprint "This demo functions normally, but is for evaluation only. http://www.coherentpdf.com/\n";
|
||||||
if noncomp then
|
if noncomp then
|
||||||
begin
|
begin
|
||||||
Pdfe.log "For non-commercial use only\n";
|
Pdfe.log "Functions normally, but is for non-commercial use only\n";
|
||||||
Pdfe.log "To purchase a license visit http://www.coherentpdf.com/\n\n";
|
Pdfe.log "To purchase a license visit http://www.coherentpdf.com/\n\n";
|
||||||
end;
|
end;
|
||||||
try
|
try
|
||||||
|
Reference in New Issue
Block a user