From 4c08fccf589e9c2eab87c53bae912b3f0d23b323 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 23 Oct 2011 23:31:23 +0100 Subject: GUI: Add support for PNG images in themes --- gui/themes/scummtheme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/themes/scummtheme.py') diff --git a/gui/themes/scummtheme.py b/gui/themes/scummtheme.py index e4e9549265..874df03017 100755 --- a/gui/themes/scummtheme.py +++ b/gui/themes/scummtheme.py @@ -5,7 +5,7 @@ import re import os import zipfile -THEME_FILE_EXTENSIONS = ('.stx', '.bmp', '.fcc') +THEME_FILE_EXTENSIONS = ('.stx', '.bmp', '.fcc', '.png') def buildTheme(themeName): if not os.path.isdir(themeName) or not os.path.isfile(os.path.join(themeName, "THEMERC")): -- cgit v1.2.3