cvs: php-gtk-doc /manual/en/reference/gtk gtkaboutdialog.xml
[email protected] ("Elizabeth Marie Smith") Wed, 01 Nov 2006 23:09:00 -0000
| Newsgroups | php.gtk.doc |
|---|---|
| Message-ID | <cvsauroraeosrose1162422540@cvsserver> |
auroraeosrose Wed Nov 1 23:09:00 2006 UTC
Modified files:
/php-gtk-doc/manual/en/reference/gtk gtkaboutdialog.xml
Log:
Added note to set_website_label indicating that it only has an effect if set_url_hook is used
http://cvs.php.net/viewvc.cgi/php-gtk-doc/manual/en/reference/gtk/gtkaboutdialog.xml?r1=1.14&r2=1.15&diff_format=u
Index: php-gtk-doc/manual/en/reference/gtk/gtkaboutdialog.xml
diff -u php-gtk-doc/manual/en/reference/gtk/gtkaboutdialog.xml:1.14 php-gtk-doc/manual/en/reference/gtk/gtkaboutdialog.xml:1.15
--- php-gtk-doc/manual/en/reference/gtk/gtkaboutdialog.xml:1.14 Mon Oct 16 16:23:40 2006
+++ php-gtk-doc/manual/en/reference/gtk/gtkaboutdialog.xml Wed Nov 1 23:08:59 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
<classentry id="gtk.gtkaboutdialog">
<classmeta>
<classtitle>GtkAboutDialog</classtitle>
@@ -685,9 +685,13 @@
Sets the label to be used for the website link.
</shortdesc>
<desc>
- <simpara>
- Sets the label to be used for the website link. It defaults to the website URL.
- </simpara>
+ <para>
+ Sets the label to be used for the website link. It defaults to the website
+ URL. This has no effect if you do not use <function
+ class="GtkAboutDialog">set_url_hook</function> with a callback. The text
+ set using <function class="GtkAboutDialog">set_website</function> will be
+ displayed instead.
+ </para>
<para>
&seealso;
<function class="GtkAboutDialog">get_website_label</function>