diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2009-03-01 05:19:42 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2009-03-01 05:19:42 +0000 |
commit | f3f4fec8db1742ed54aa8217b19f77a3771bf1a3 (patch) | |
tree | 93a0e4ce66bf7194bc60a137793fb3fb073ee30d /ChangeLog | |
parent | 7ab372c6cafd2cac572128d389a1b732f540b6bb (diff) | |
download | gtk+-f3f4fec8db1742ed54aa8217b19f77a3771bf1a3.tar.gz |
Set the program-name property of the about dialog.
* demos/gtk-demo/appwindow.c: Set the program-name property
of the about dialog.
* docs/tools/widgets.c: Add GtkAboutDialog
svn path=/trunk/; revision=22427
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-03-01 Matthias Clasen <mclasen@redhat.com> + + * demos/gtk-demo/appwindow.c: Set the program-name property + of the about dialog. + + * docs/tools/widgets.c: Add GtkAboutDialog + 2009-02-28 Matthias Clasen <mclasen@redhat.com> Bug 572273 – No replacement documented for gtk_action_connect_proxy() |