diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1998-01-13 05:48:19 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1998-01-13 05:48:19 +0000 |
commit | 284882b8c736e458ae8d6de509352caf4177b1df (patch) | |
tree | 80cd4fe51fdea613661177fe16fb4ac6c2f88f44 /gtk/gtkcombobox.h | |
parent | dfc3630c8c0b5f5dc2ae731e5e11f266f789ad40 (diff) | |
download | gtk+-284882b8c736e458ae8d6de509352caf4177b1df.tar.gz |
misc mods
Diffstat (limited to 'gtk/gtkcombobox.h')
-rw-r--r-- | gtk/gtkcombobox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcombobox.h b/gtk/gtkcombobox.h index 435fb87c33..6433c77352 100644 --- a/gtk/gtkcombobox.h +++ b/gtk/gtkcombobox.h @@ -16,7 +16,7 @@ * License along with this library; if not, write to the Free * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef __GTK_COMBO_H__ +#ifndef __GTK_COMBO_BOX_H__ #define __GTK_COMBO_H__ @@ -64,4 +64,4 @@ void gtk_combo_box_set_popdown_strings(GtkComboBox *combobox, #endif /* __cplusplus */ -#endif /* __GTK_ENTRY_H__ */ +#endif /* __GTK_COMBO_BOX_H__ */ |