diff options
author | Matthias Clasen <mclasen@redhat.com> | 2007-05-27 02:59:45 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-05-27 02:59:45 +0000 |
commit | 324b8539547a45f3af2ab1cecfbaf9c99a7aacd7 (patch) | |
tree | cf78b62f6a7906535185fc638b7cfdd3afc967f2 /docs/reference/gtk/migrating-GtkAboutDialog.sgml | |
parent | 2572a17fd8ab4ace12a3cf34569999d8572b417e (diff) | |
download | gtk+-324b8539547a45f3af2ab1cecfbaf9c99a7aacd7.tar.gz |
Some cleanups
2007-05-26 Matthias Clasen <mclasen@redhat.com>
* gtk/migrating*.sgml: Some cleanups
svn path=/trunk/; revision=17948
Diffstat (limited to 'docs/reference/gtk/migrating-GtkAboutDialog.sgml')
-rw-r--r-- | docs/reference/gtk/migrating-GtkAboutDialog.sgml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/reference/gtk/migrating-GtkAboutDialog.sgml b/docs/reference/gtk/migrating-GtkAboutDialog.sgml index 0aac9b315f..10561f3f2f 100644 --- a/docs/reference/gtk/migrating-GtkAboutDialog.sgml +++ b/docs/reference/gtk/migrating-GtkAboutDialog.sgml @@ -3,8 +3,9 @@ <title>Migrating from GnomeAbout to GtkAboutDialog</title> <para> - Since version 2.6, GTK+ provides the #GtkAboutDialog widget as a replacement for - the <structname>GnomeAbout</structname> dialog in the libgnomeui library. + Since version 2.6, GTK+ provides the #GtkAboutDialog widget as a + replacement for the <structname>GnomeAbout</structname> dialog in + the libgnomeui library. </para> <para> @@ -66,17 +67,15 @@ <itemizedlist> <listitem><para> You can specify license information with the - <link linkend="GtkAboutDialog--license">license</link> property + #GtkAboutDialog:license property </para></listitem> <listitem><para> You can add separate credits for artists with the - <link linkend="GtkAboutDialog--artists">artists</link> property + #GtkAboutDialog:artists property </para></listitem> <listitem><para> You can add a pointer to the website of your application, using the - <link linkend="GtkAboutDialog--website">website</link> and - <link linkend="GtkAboutDialog--website-label">website-label</link> - properties. + #GtkAboutDialog:website and #GtkAboutDialog:website-label properties. </para></listitem> <listitem><para> If your credits contain email addresses or URLs, you can turn them |