diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-02-21 04:24:48 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-02-21 04:24:48 +0000 |
commit | bacee14097dc55dd82c57469d517b169848552a4 (patch) | |
tree | 765d6c0b87ff84e52794bc7df1b656fc035feba1 /gtk/gtkclipboard.c | |
parent | 5a7cb2374adc34db2947d9d8c8f6223ca0769165 (diff) | |
download | gtk+-bacee14097dc55dd82c57469d517b169848552a4.tar.gz |
Fix links to freedesktop.org specs in the documentation.
2005-02-20 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwindow.c:
* gtk/gtkclipboard.c: Fix links to freedesktop.org specs
in the documentation.
Diffstat (limited to 'gtk/gtkclipboard.c')
-rw-r--r-- | gtk/gtkclipboard.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkclipboard.c b/gtk/gtkclipboard.c index bf88e8de7a..a570b74c9d 100644 --- a/gtk/gtkclipboard.c +++ b/gtk/gtkclipboard.c @@ -260,8 +260,8 @@ clipboard_display_closed (GdkDisplay *display, * * (Passing #GDK_NONE is the same as using <literal>gdk_atom_intern * ("CLIPBOARD", FALSE)</literal>. See <ulink - * url="http://www.freedesktop.org/standards/clipboards-spec/clipboards.txt"> - * http://www.freedesktop.org/standards/clipboards-spec/clipboards.txt</ulink> + * url="http://www.freedesktop.org/Standards/clipboards-spec"> + * http://www.freedesktop.org/Standards/clipboards-spec</ulink> * for a detailed discussion of the "CLIPBOARD" vs. "PRIMARY" * selections under the X window system. On Win32 the * #GDK_SELECTION_PRIMARY clipboard is essentially ignored.) |