Fix the other occurrence of the path to the starters files - sigh.
This commit is contained in:
parent
e31a815459
commit
c6f0c17daa
1 changed files with 4 additions and 1 deletions
|
|
@ -12651,8 +12651,11 @@ void load_starter(char * img_id)
|
||||||
/* Determine path to starter files: */
|
/* Determine path to starter files: */
|
||||||
|
|
||||||
/* FIXME: On Windows, MacOSX, BeOS, etc. -- do it their way! */
|
/* 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");
|
dirname = strdup("/usr/local/share/tuxpaint/starters");
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Load the core image: */
|
/* Load the core image: */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue