From 558b74b7fce74c90648369b7ae233265655f1b0a Mon Sep 17 00:00:00 2001 From: "Mark K. Kim" Date: Mon, 27 Nov 2017 01:16:57 -0500 Subject: [PATCH] In the macOS build, load stamps from within the app path where the 2009.06.28 stamps collection installer installs the stamps. --- src/tuxpaint.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index ab66ab783..e37a8a997 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -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