aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gui_utils.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-06-15 21:18:31 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-06-15 21:18:31 +0000
commitb940189f7afcd9debc3381e63c11f9af2be52dab (patch)
tree74ab40fb57d861f7ee24158e4495e300b4127202 /gtk/gui_utils.h
parent6117869099f21044cd13a918c6004b25a6449beb (diff)
Cleanup header file define guards.
svn path=/trunk/; revision=33230
Diffstat (limited to 'gtk/gui_utils.h')
-rw-r--r--gtk/gui_utils.h6
1 files changed, 3 insertions, 3 deletions
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__ */