diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-04-17 20:08:21 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-04-17 20:08:21 -0400 |
commit | d53f3a54b1984b12a30e871c055fb6197654faeb (patch) | |
tree | 5cb57abb9c3da6754520935f7b1f96472f9f69a9 /gtk/gtkfilechooserbutton.c | |
parent | e880abfaf34d28b245d9ddcda20bab965ffbebd2 (diff) | |
download | gtk+-d53f3a54b1984b12a30e871c055fb6197654faeb.tar.gz |
filechooser: Cosmetic doc changes
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 8b4134135b..d509b86990 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -65,7 +65,7 @@ /** * SECTION:gtkfilechooserbutton - * @Short_description: A button to launch a file selection dialog + * @Short_description: A button to launch a file chooser dialog * @Title: GtkFileChooserButton * @See_also:#GtkFileChooserDialog * |