diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-05-08 01:18:53 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-05-08 01:18:53 -0400 |
commit | 7447ef0fc24dc046b92b55e75c02ff0725b85680 (patch) | |
tree | 6af1b816ce3a09cca904877249f17d2d96eac614 /gtk/gtkfilechooser.c | |
parent | 51ddf0e1c9280faf020a916974f2535ed3f5f14f (diff) | |
download | gtk+-7447ef0fc24dc046b92b55e75c02ff0725b85680.tar.gz |
Make 3.0 parallel-installable to 2.x
In particular, rename
- libraries to lib*-3.0.so
- pc files to *-3.0.pc
- include paths to /usr/include/gtk-3.0/*
- module paths to /usr/lib/gtk-3.0/*
- rc files names to gtk-3.0/gtkrc
- commandline utilities to *-3.0
- adjust documentation
Also change the install location for unix-print headers to
/usr/include/gtk-3.0/unix-print/gtk.
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r-- | gtk/gtkfilechooser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index 7341b63974..c64678aa20 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -255,7 +255,7 @@ * You can change these defaults to something else. For * example, to add a <keycap>Shift</keycap> modifier to a few * of the default bindings, you can include the following - * fragment in your <filename>.gtkrc-2.0</filename> file: + * fragment in your <filename>.gtkrc-3.0</filename> file: * </para> * <programlisting> * binding "my-own-gtkfilechooser-bindings" { @@ -330,7 +330,7 @@ * frequently. You could then create an <keycombo> * <keycap>Alt</keycap> <keycap>M</keycap> </keycombo> * shortcut by including the following in your - * <filename>.gtkrc-2.0</filename>: + * <filename>.gtkrc-3.0</filename>: * <programlisting> * binding "misc-shortcut" { * bind "<Alt>M" { |