From b7c6954f6f6d3754dc8a28bed1d3ec099bfe59f8 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Sat, 18 Jan 2014 16:12:39 +0100 Subject: [PATCH] GtkFileChooser: fix documentation https://bugzilla.gnome.org/show_bug.cgi?id=722496 --- gtk/gtkfilechooser.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index be078b4491..8dd0dec38b 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -535,7 +535,7 @@ * In GTK+ 2.x, the file chooser saves its state and configuration options in a * gtk-2.0/gtkfilechooser.ini file under the directory that * g_get_user_config_dir() returns. (On Unix, this usually resolves to - * $HOME/username/.config/gtk-2.0/gtkfilechooser.ini.) While some of + * $HOME/username/.config/gtk-2.0/gtkfilechooser.ini.) While some of * the available options can be changed directly through the file chooser's user * interface, a couple are only editable by hand or by third-party tools (such * as LocationMode key controls whether the file chooser * shows just a path bar, or a visible entry for the filename as well, for the * benefit of typing-oriented users. The possible string values for these modes - * are path-bar and filename-entry, + * are path-bar and filename-entry, * respectively. * * @@ -594,6 +594,7 @@ * GeometryWidth, GeometryHeight save the * position and dimensions of the #GtkFileChooserDialog's window. * + * * * SortColumn key * @@ -606,7 +607,7 @@ * * SortOrder key * - * The SortOrder key can be one of the strings + * The SortOrder key can be one of the strings * ascending or descending. * *