com gtk/php-gtk: Fixed description: demos/imgbrowser.php

[email protected] (David Soria Parra) Thu, 06 Apr 2006 06:46:18 +0000
Newsgroups php.gtk.cvs
Message-ID <[email protected]>
Commit:    83ab4e773d51412248438615423f1e2f4a94ff3d
Author:    Christian Weiske <[email protected]>         Thu, 6 Apr 2006 06:46:18 +0000
Parents:   3987fa934ca04ccca53612fde988b03be51b4cb0
Branches:  master

Link:       http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=83ab4e773d51412248438615423f1e2f4a94ff3d

Log:
Fixed description

Changed paths:
  M  demos/imgbrowser.php


Diff:
83ab4e773d51412248438615423f1e2f4a94ff3d
diff --git a/demos/imgbrowser.php b/demos/imgbrowser.php
index d2400ff..f3db42f 100644
--- a/demos/imgbrowser.php
+++ b/demos/imgbrowser.php
@@ -118,8 +118,8 @@ class ImgBrowser extends GtkWindow
 }
 
 $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();