From: Francesco M. <fr...@us...> - 2006-12-22 19:17:23
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25505 Modified Files: screenshots.php Log Message: fixed typo: wxport for GTK+2 is called wxGTK, not wxGTK2 Index: screenshots.php =================================================================== RCS file: /cvsroot/wxlua/website/screenshots.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** screenshots.php 22 Dec 2006 18:41:40 -0000 1.16 --- screenshots.php 22 Dec 2006 19:17:19 -0000 1.17 *************** *** 28,34 **** <h1 id="gtk2">wxLua on GTK+ 2</h1> ! <p>The <a href="http://www.wxwidgets.org">wxWidgets</a> port under Linux platforms is called <strong>wxGTK2</strong> as it uses ! the <a href="http://www.gtk.org">GTK+</a> libraries for drawing and thus creates applications with the same <em>look & feel</em> of ! native GTK applications:</p> <div style="text-align: center"> <?php --- 28,34 ---- <h1 id="gtk2">wxLua on GTK+ 2</h1> ! <p>The <a href="http://www.wxwidgets.org">wxWidgets</a> port under Linux platforms is called <strong>wxGTK</strong> ! as it uses the <a href="http://www.gtk.org">GTK+ 2</a> libraries for drawing and thus creates applications with ! the same <em>look & feel</em> of native GTK applications:</p> <div style="text-align: center"> <?php |