You've already forked lazarus-ccr
image path fix
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2220 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
@ -45,7 +45,7 @@
|
||||
<p>The original code can be found here: <a href="http://code.google.com/p/nvidia-widgets/">http://code.google.com/p/nvidia-widgets/</a></p>
|
||||
<table class="imagetable" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td><img alt="nvidia-widgets class chart" src="images/./images/nvwidgets.png"></td>
|
||||
<td><img alt="nvidia-widgets class chart" src="images/nvwidgets.png"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="imagecaption">nvidia-widgets class chart</span></td>
|
||||
|
Binary file not shown.
@ -249,7 +249,7 @@ False equals 0</descr>
|
||||
<p>This library is distributed under the <url href="http://www.opensource.org/licenses/mit-license.php">MIT</url> license, as the original library was.</p>
|
||||
<p>The original code can be found here: <url href="http://code.google.com/p/nvidia-widgets/"/>
|
||||
</p>
|
||||
<img file="./images/nvwidgets.png" caption="nvidia-widgets class chart"/>
|
||||
<img file="nvwidgets.png" caption="nvidia-widgets class chart"/>
|
||||
<p>For more information see the <url href="http://wiki.lazarus.freepascal.org/nvidia-widgets">Lazarus wiki</url>.</p>
|
||||
</descr>
|
||||
</package>
|
||||
|
@ -6,7 +6,7 @@ program example;
|
||||
uses
|
||||
Classes, SysUtils,
|
||||
GLut, GL, GLu,
|
||||
nvWidgets, nvGlutWidgets, nvGLWidgets, nvShaderUtils;
|
||||
nvWidgets, nvGlutWidgets;
|
||||
|
||||
type
|
||||
UIOption = (
|
||||
|
Reference in New Issue
Block a user