diff options
author | Manish Singh <yosh@gimp.org> | 2004-01-03 19:43:54 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2004-01-03 19:43:54 +0000 |
commit | 19c17861c6f77d8f74ac6fa7f915b05a8ba3afeb (patch) | |
tree | 75f450ae57d28a46fc90164748d248880f861de6 /gtk/gtkclipboard.c | |
parent | fdccf6b143cc7c63e8d2edcb8c26849a4691fbf8 (diff) | |
download | gtk+-19c17861c6f77d8f74ac6fa7f915b05a8ba3afeb.tar.gz |
Update freedesktop.org clipboard doc link. Patch from Andrew Moise
Sat Jan 3 11:39:42 2004 Manish Singh <yosh@gimp.org>
* gtk/gtkclipboard.c: Update freedesktop.org clipboard doc link.
Patch from Andrew Moise (#130462).
Diffstat (limited to 'gtk/gtkclipboard.c')
-rw-r--r-- | gtk/gtkclipboard.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/gtkclipboard.c b/gtk/gtkclipboard.c index 921b831a96..808c493118 100644 --- a/gtk/gtkclipboard.c +++ b/gtk/gtkclipboard.c @@ -178,12 +178,12 @@ clipboard_display_closed (GdkDisplay *display, * user sees as the clipboard. * * (Passing #GDK_NONE is the same as using <literal>gdk_atom_intern - * ("CLIPBOARD", FALSE)</literal>. See - * <ulink url="http://www.freedesktop.org/standards/clipboards.txt"> - * http://www.freedesktop.org/standards/clipboards.txt</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.) + * ("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> + * 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.) * * It's possible to have arbitrary named clipboards; if you do invent * new clipboards, you should prefix the selection name with an |