Fix the other occurrence of the path to the starters files - sigh.

This commit is contained in:
John Popplewell 2004-09-18 20:06:38 +00:00
parent e31a815459
commit c6f0c17daa

View file

@ -12651,8 +12651,11 @@ void load_starter(char * img_id)
/* Determine path to starter files: */
/* FIXME: On Windows, MacOSX, BeOS, etc. -- do it their way! */
#ifdef WIN32
dirname = strdup(DATA_PREFIX "starters");
#else
dirname = strdup("/usr/local/share/tuxpaint/starters");
#endif
/* Load the core image: */