From b940189f7afcd9debc3381e63c11f9af2be52dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Tue, 15 Jun 2010 21:18:31 +0000 Subject: Cleanup header file define guards. svn path=/trunk/; revision=33230 --- gtk/gui_utils.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk/gui_utils.h') diff --git a/gtk/gui_utils.h b/gtk/gui_utils.h index 01ab031247..e75b3cd07c 100644 --- a/gtk/gui_utils.h +++ b/gtk/gui_utils.h @@ -22,8 +22,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef __GTKGUIUI_UTIL_H__ -#define __GTKGUIUI_UTIL_H__ +#ifndef __GUI_UTILS_H__ +#define __GUI_UTILS_H__ /** @defgroup windows_group Windows * @@ -461,4 +461,4 @@ gint ws_combo_box_get_active(GtkComboBox *combo_box); void ws_combo_box_set_active(GtkComboBox *combo_box, gint idx); -#endif /* __GTKGUIUI_UTIL_H__ */ +#endif /* __GUI_UTIL__H__ */ -- cgit v1.2.3