X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Feditor.c;fp=src%2Feditor.c;h=106176b93fa306d1e84cbbee3aaacbc0b4a075ab;hp=1fd4b463ce1280b3a93fdf5c69aa2aefac166ae0;hb=be18447f019fcb3ccbdcd5f804852815428a7f4b;hpb=497d03923a523c07469a69afff0497f5f05c5cd7 diff --git a/src/editor.c b/src/editor.c index 1fd4b463..106176b9 100644 --- a/src/editor.c +++ b/src/editor.c @@ -5610,7 +5610,7 @@ static char *getElementInfoText(int element) static char *getElementDescriptionFilenameExt(char *basename) { - char *elements_subdir = "elements"; + char *elements_subdir = ELEMENTS_DIRECTORY; static char *elements_subdir2 = NULL; static char *filename = NULL;