summaryrefslogtreecommitdiff
path: root/saedit/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'saedit/main.h')
-rw-r--r--saedit/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saedit/main.h b/saedit/main.h
index 76662a9..e1d0633 100644
--- a/saedit/main.h
+++ b/saedit/main.h
@@ -22,7 +22,7 @@ const int MIN_HEIGHT = 600;
const int SPRITE_WIDTH_DEFAULT = 64;
const int SPRITE_HEIGHT_DEFAULT = 64;
const int GRID_SIZE = 32;
-const gchar *DIR_BACKGROUNDS = "backgrounds";
+const gchar *DIR_GROUNDS = "grounds";
const gchar *FILE_ICON = "icon.svg";
const gchar *FILE_CONFIG = "saedit/config.ini";
const gchar *POSTFIX_FOLDER = "...";