summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorpfaedit <pfaedit>2008-12-04 21:44:22 +0000
committerpfaedit <pfaedit>2008-12-04 21:44:22 +0000
commitc96c85db6c136ecd2e9bbde8f2865fbea3c17fb8 (patch)
treee597de6f3adb874ef74ec7ff3aa154ab5465abbd /inc
parentca83564e31dbf488702a7f8ff1ecafd30de46e57 (diff)
More for the resource editor.
Diffstat (limited to 'inc')
-rw-r--r--inc/gresedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/gresedit.h b/inc/gresedit.h
index 508cdcdd..c1cf558d 100644
--- a/inc/gresedit.h
+++ b/inc/gresedit.h
@@ -31,7 +31,7 @@
#include "gresource.h"
#include "ggadget.h"
-enum res_type2 { rt_image = rt_string+1, rt_font };
+enum res_type2 { rt_stringlong = rt_string+1, rt_image, rt_font };
struct resed {
char *name, *resname;