cweiske Thu Apr 6 06:46:18 2006 UTC
Modified files:
/php-gtk/demos imgbrowser.php
Log:
Fixed description
http://cvs.php.net/viewcvs.cgi/php-gtk/demos/imgbrowser.php?r1=1.1&r2=1.2&diff_format=u
Index: php-gtk/demos/imgbrowser.php
diff -u php-gtk/demos/imgbrowser.php:1.1 php-gtk/demos/imgbrowser.php:1.2
--- php-gtk/demos/imgbrowser.php:1.1 Thu Apr 6 06:43:35 2006
+++ php-gtk/demos/imgbrowser.php Thu Apr 6 06:46:18 2006
@@ -118,8 +118,8 @@
}
$GLOBALS['class'] = 'ImgBrowser';
-$GLOBALS['description'] = 'Uses GdkPixbuf and GtkIconView to show the list of
images in folders
-of your hard disk.';
+$GLOBALS['description'] = 'Uses GdkPixbuf and GtkTreeView to show images
+from your hard disk.';
if (!@$GLOBALS['framework']) {
new ImgBrowser();
--
PHP-GTK CVS Mailing List (http://gtk.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|