diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1998-01-08 16:25:31 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1998-01-08 16:25:31 +0000 |
commit | 84e1ee4bacb0aa4021f092010be52b2fd2024c46 (patch) | |
tree | 139c8e43899dea978040bbc07ded5aa433517e24 /gtk | |
parent | 5eee6416f547be6ff94599f27582c1862fd6d397 (diff) | |
download | gtk+-84e1ee4bacb0aa4021f092010be52b2fd2024c46.tar.gz |
copyright notices
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkcombobox.c | 1 | ||||
-rw-r--r-- | gtk/gtkcombobox.h | 1 | ||||
-rw-r--r-- | gtk/gtkhandlebox.c | 1 | ||||
-rw-r--r-- | gtk/gtkhandlebox.h | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index a9e101ff23..f28e7ab70b 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -20,6 +20,7 @@ It would be nice if we kept track of the last menu item that people selected, so that we could allow choosing text by using up/down arrows. + -- Elliot */ #include <ctype.h> #include <string.h> diff --git a/gtk/gtkcombobox.h b/gtk/gtkcombobox.h index 4aab5548cf..435fb87c33 100644 --- a/gtk/gtkcombobox.h +++ b/gtk/gtkcombobox.h @@ -1,5 +1,6 @@ /* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald + * Copyright (C) 1998 Elliot Lee * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gtk/gtkhandlebox.c b/gtk/gtkhandlebox.c index c6289b6ec3..394529210b 100644 --- a/gtk/gtkhandlebox.c +++ b/gtk/gtkhandlebox.c @@ -1,5 +1,6 @@ /* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald + * Copyright (C) 1998 Elliot Lee * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gtk/gtkhandlebox.h b/gtk/gtkhandlebox.h index cc3c5e402b..10c98f7ab5 100644 --- a/gtk/gtkhandlebox.h +++ b/gtk/gtkhandlebox.h @@ -1,5 +1,6 @@ /* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald + * Copyright (C) 1998 Elliot Lee * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public |