summaryrefslogtreecommitdiff
path: root/saedit/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'saedit/main.c')
-rw-r--r--saedit/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/saedit/main.c b/saedit/main.c
index 1f43b3e..4833081 100644
--- a/saedit/main.c
+++ b/saedit/main.c
@@ -394,7 +394,7 @@ void set_up_imageset_by_node(XMLNode *node) {
if (list != NULL) {
gchar *ground_attr = xml_node_get_attr_value((XMLNode *)list->data, "ground");
if (ground_attr != NULL) {
- ground_attr = g_strjoin(NULL, DIR_BACKGROUNDS, SEPARATOR_SLASH, ground_attr, ".png", NULL);
+ ground_attr = g_strjoin(NULL, DIR_GROUNDS, SEPARATOR_SLASH, ground_attr, ".png", NULL);
GdkPixbuf *pbuf = gdk_pixbuf_new_from_file(ground_attr, NULL);
if(pbuf != NULL)
imageset->ground = pbuf;