aboutsummaryrefslogtreecommitdiff
path: root/gui/themes
diff options
context:
space:
mode:
authorEugene Sandulenko2014-04-28 09:08:26 +0300
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commit0281b1eba84127bef927d70245739e4e55ad5be2 (patch)
tree450f63d68696313d278869259363563aa56ed20a /gui/themes
parent2a9cf65eeb305525c55c4d157ef8b1a104b8f7d7 (diff)
downloadscummvm-rg350-0281b1eba84127bef927d70245739e4e55ad5be2.tar.gz
scummvm-rg350-0281b1eba84127bef927d70245739e4e55ad5be2.tar.bz2
scummvm-rg350-0281b1eba84127bef927d70245739e4e55ad5be2.zip
GUI: Added support for PNG images
Diffstat (limited to 'gui/themes')
-rwxr-xr-xgui/themes/scummtheme.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/themes/scummtheme.py b/gui/themes/scummtheme.py
index d5fa4dfca7..365787275b 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', '.ttf')
+THEME_FILE_EXTENSIONS = ('.stx', '.bmp', '.fcc', '.ttf', '.png')
def buildTheme(themeName):
if not os.path.isdir(themeName) or not os.path.isfile(os.path.join(themeName, "THEMERC")):