Update of /cvsroot/qooxdoo/qooxdoo/source/test/user
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9475/source/test/user
Modified Files:
Tag: renderer
Native_Window_1.html
Log Message:
Fixed typo.
Index: Native_Window_1.html
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/test/user/Attic/Native_Window_1.html,v
retrieving revision 1.1.2.13
retrieving revision 1.1.2.14
diff -u -d -r1.1.2.13 -r1.1.2.14
--- Native_Window_1.html 24 Jan 2006 14:59:13 -0000 1.1.2.13
+++ Native_Window_1.html 24 Jan 2006 18:19:06 -0000 1.1.2.14
@@ -139,7 +139,7 @@
var btn1 = new QxButton("Set Url", "icons/16/buttonok.png");
btn1.setLocation(155, 0);
btn1.addEventListener("click", function() {
- w1.setUrl(tf6.getValue());
+ w1.setUrl(tf1.getValue());
});
|