diff options
author | Federico Mena Quintero <federico@gnome.org> | 2013-01-18 17:18:25 -0600 |
---|---|---|
committer | Federico Mena Quintero <federico@gnome.org> | 2013-01-18 17:18:25 -0600 |
commit | 52d07c9148c74f7502c959b268a33fb49a9a7625 (patch) | |
tree | 2e5328762517efcbd90bf42342d585bdb89fa756 /gtk/gtkfilechooser.c | |
parent | 4cad0db95a565e4766689db6729b4c1dcf2c3b02 (diff) | |
download | gtk+-52d07c9148c74f7502c959b268a33fb49a9a7625.tar.gz |
Add toplevel docs for the sidebar
Signed-off-by: Federico Mena Quintero <federico@gnome.org>
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r-- | gtk/gtkfilechooser.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index df794e2ae1..c1d302577c 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -55,9 +55,8 @@ * <varlistentry> * <term>Shortcuts</term> * <listitem> - * can be provided by the application or by the underlying filesystem - * abstraction (e.g. both the gnome-vfs and the Windows filesystems - * provide "Desktop" shortcuts). Shortcuts cannot be modified by the + * can be provided by the application. For example, a Paint program may + * want to add a shortcut for a Clipart folder. Shortcuts cannot be modified by the * user. * </listitem> * </varlistentry> |