diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-02-02 01:22:14 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-02-02 01:22:14 -0500 |
commit | 245c385ae7df972ced8316c07902b0d2cabc9da3 (patch) | |
tree | fafbea95c288d94eba369c0d5f9808a1a6193622 /gtk/gtkrecentmanager.c | |
parent | 30cc1512e634417eb040bd5a287736c1ef7782d9 (diff) | |
download | gtk+-245c385ae7df972ced8316c07902b0d2cabc9da3.tar.gz |
Docs: Don't use note elements
In most cases, the text itself makes the message clear enough.
Diffstat (limited to 'gtk/gtkrecentmanager.c')
-rw-r--r-- | gtk/gtkrecentmanager.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkrecentmanager.c b/gtk/gtkrecentmanager.c index f67c47aa65..d32bc00e4b 100644 --- a/gtk/gtkrecentmanager.c +++ b/gtk/gtkrecentmanager.c @@ -32,7 +32,7 @@ * should be displayed only by the applications that have * registered it. * - * <note><para>The recently used files list is per user.</para></note> + * The recently used files list is per user. * * The #GtkRecentManager acts like a database of all the recently * used files. You can create new #GtkRecentManager objects, but @@ -78,9 +78,9 @@ * A #GtkRecentManager is the model used to populate the contents of * one, or more #GtkRecentChooser implementations. * - * <note><para>The maximum age of the recently used files list is + * Note that the maximum age of the recently used files list is * controllable through the #GtkSettings:gtk-recent-files-max-age - * property.</para></note> + * property. * * Recently used files are supported since GTK+ 2.10. */ |