diff options
author | Federico Mena Quintero <federico@gnome.org> | 2013-04-11 19:45:12 -0500 |
---|---|---|
committer | Federico Mena Quintero <federico@gnome.org> | 2013-04-11 19:45:12 -0500 |
commit | 5b827c53e5579a926c64abf89e88b406c732a422 (patch) | |
tree | 2d90b4018c92c74c952704f1ff532d0b19344e6b /gtk/gtkfilechooser.c | |
parent | 21083978f015833def00ea649a371e9fdb5b87ac (diff) | |
parent | 0ae26b94f2e2b690f5db31dcc663de7df068241d (diff) | |
download | gtk+-5b827c53e5579a926c64abf89e88b406c732a422.tar.gz |
Merge branch 'places-sidebar' into master
This lands the GtkPlacesSidebar widget. It is used in
GtkFileChooserDefault, and it can also be used by third-party
applications.
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 141e8bf76e..2600a136a9 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> |