diff options
author | Matthias Clasen <mclasen@redhat.com> | 2007-11-19 05:28:28 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-11-19 05:28:28 +0000 |
commit | 0add6313d3b0d127573eba3843f7c5f365e1350b (patch) | |
tree | 7d6372b528f90b49eda68f6fb3ae90e35224d310 /gtk/gtkaboutdialog.c | |
parent | 73cfd8fa1df8fd01f3bba02a727f25625deacc32 (diff) | |
download | gtk+-0add6313d3b0d127573eba3843f7c5f365e1350b.tar.gz |
Correct docs for program-name property. (#496689, Thomas Wood)
2007-11-19 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkaboutdialog.c: Correct docs for program-name property.
(#496689, Thomas Wood)
svn path=/trunk/; revision=18999
Diffstat (limited to 'gtk/gtkaboutdialog.c')
-rw-r--r-- | gtk/gtkaboutdialog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index cd63f5b74a..13c7fa8e16 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -184,12 +184,12 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass) /** - * GtkAboutDialog:name: + * GtkAboutDialog:program-name: * * The name of the program. * If this is not set, it defaults to g_get_application_name(). * - * Since: 2.6 + * Since: 2.12 */ g_object_class_install_property (object_class, PROP_NAME, |