diff options
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> |