diff --git a/source/themes/Theme_Downloader.cpp b/source/themes/Theme_Downloader.cpp index 9fb86e83..f121dc44 100644 --- a/source/themes/Theme_Downloader.cpp +++ b/source/themes/Theme_Downloader.cpp @@ -510,7 +510,7 @@ int Theme_Downloader() sprintf(url, "%s", Theme->GetImageLink(i)); char filepath[300]; - snprintf(filepath, sizeof(filepath), "%s/tmp/%s.png", Settings.theme_downloadpath, Theme->GetThemeTitle(i)); + snprintf(filepath, sizeof(filepath), "%s/tmp/%s.jpg", Settings.theme_downloadpath, Theme->GetThemeTitle(i)); FILE * storefile = fopen(filepath, "rb");