diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-28 01:54:48 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-28 02:02:05 -0500 |
commit | 2d003553e89f417263806eac9814397a0dc151c6 (patch) | |
tree | 2696c66abdaae27ef116361e28c7bd67f3867765 /gtk/gtkfilechooserbutton.c | |
parent | 5d053e03a9b9164d96e7b4645b94090be0412307 (diff) | |
download | gtk+-2d003553e89f417263806eac9814397a0dc151c6.tar.gz |
docs: don't use <emphasis>
It is a little heavy handed. The text can speak for itself.
Diffstat (limited to 'gtk/gtkfilechooserbutton.c')
-rw-r--r-- | gtk/gtkfilechooserbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index be60dcaa6e..d33d34787b 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -392,7 +392,7 @@ gtk_file_chooser_button_class_init (GtkFileChooserButtonClass * class) * * The ::file-set signal is emitted when the user selects a file. * - * Note that this signal is only emitted when the <emphasis>user</emphasis> + * Note that this signal is only emitted when the user * changes the file. * * Since: 2.12 |