diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2010-05-18 23:35:50 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2010-05-18 23:35:50 (GMT) |
commit | add611caeebe4c504652f99895c30846af239339 (patch) | |
tree | 340c86fb0f937a641d791803e4ebf5e93e84ab1a /src/gtkext | |
parent | 7adb4243ad629554e496de173977721a8a5d0110 (diff) |
Displayed the about window.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@157 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gtkext')
-rw-r--r-- | src/gtkext/support.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gtkext/support.h b/src/gtkext/support.h index 9d3373b..8664750 100644 --- a/src/gtkext/support.h +++ b/src/gtkext/support.h @@ -22,8 +22,8 @@ */ -#ifndef _SUPPORT_H -#define _SUPPORT_H +#ifndef _GTKEXT_SUPPORT_H +#define _GTKEXT_SUPPORT_H #include <gtk/gtk.h> @@ -38,4 +38,4 @@ gchar *find_pixmap_file(const char *); -#endif /* _SUPPORT_H */ +#endif /* _GTKEXT_SUPPORT_H */ |