In the macOS build, load stamps from within the app path where the 2009.06.28

stamps collection installer installs the stamps.
This commit is contained in:
Mark K. Kim 2017-11-27 01:16:57 -05:00
parent 472bf79bb9
commit 558b74b7fc

View file

@ -7379,6 +7379,7 @@ static void load_stamps(SDL_Surface * screen)
load_stamp_dir(screen, homedirdir);
load_stamp_dir(screen, DATA_PREFIX "stamps");
#ifdef __APPLE__
load_stamp_dir(screen, "Resources/stamps");
load_stamp_dir(screen, "/Library/Application Support/TuxPaint/stamps");
#endif
#ifdef WIN32