diff options
author | scuri <scuri> | 2009-06-26 17:22:45 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-06-26 17:22:45 +0000 |
commit | feab2c247a73bffa2cba7833e05b6b4f92351e41 (patch) | |
tree | fa81b2e5b56dcf09d67dd845f2bbb2cbe8675605 /html/en | |
parent | 6571550c067af0bb8579d892ab2cf2b8e4543c6e (diff) |
*** empty log message ***
Diffstat (limited to 'html/en')
-rw-r--r-- | html/en/history.html | 2 | ||||
-rw-r--r-- | html/en/samples.html | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/html/en/history.html b/html/en/history.html index bd6e29c..caa535b 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -10,7 +10,7 @@ <body> <h1>History of Changes</h1> -<h3>Version 5.2 (24/Jun/2008)</h3> +<h3>Version 5.2 (26/Jun/2008)</h3> <ul> <li><span style="color: #0000FF">New:</span> functions <strong> CanvasGetVectorTextBox, CanvasGetVectorFontSize</strong> and <strong> diff --git a/html/en/samples.html b/html/en/samples.html index 1759ddc..f29f855 100644 --- a/html/en/samples.html +++ b/html/en/samples.html @@ -56,7 +56,8 @@ canvas:Text(10, 10, "Test") canvas:KillCanvas()</pre> <p>Check the file <a href="../download/samples_cdlua5.zip">samples_cdlua5.zip</a> or <a href="../download/samples_cdlua5.tar.gz">samples_cdlua5.tar.gz</a> for several samples in Lua. - For some of them you will need also the IUP libraries. </p> + For some of them you will need also the IUP libraries. You can also browse the + <a href="../examples/">examples folder</a>. </p> <h3>Screen Capture in Windows</h3> |