aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/scummtheme.py
diff options
context:
space:
mode:
authorVicent Marti2008-10-15 13:34:18 +0000
committerVicent Marti2008-10-15 13:34:18 +0000
commit0cd49391103a4d7ea33c2a8d61f5c93ab3af0155 (patch)
tree1ebfa43f34dc14727ea4c7157e162387de60b780 /gui/themes/scummtheme.py
parent9ad49cf983ee4486a2d95db67e9c7662d48178c6 (diff)
downloadscummvm-rg350-0cd49391103a4d7ea33c2a8d61f5c93ab3af0155.tar.gz
scummvm-rg350-0cd49391103a4d7ea33c2a8d61f5c93ab3af0155.tar.bz2
scummvm-rg350-0cd49391103a4d7ea33c2a8d61f5c93ab3af0155.zip
Changed XMLParser comment syntax to conform to XML standards (<!-- * -->)
Changed STX version string to 0.2. svn-id: r34807
Diffstat (limited to 'gui/themes/scummtheme.py')
-rw-r--r--gui/themes/scummtheme.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/themes/scummtheme.py b/gui/themes/scummtheme.py
index 6199289e66..e88f8c1f9c 100644
--- a/gui/themes/scummtheme.py
+++ b/gui/themes/scummtheme.py
@@ -34,7 +34,7 @@ def buildAllThemes():
buildTheme(f)
def parseSTX(theme_file, def_file):
- comm = re.compile("\/\*(.*?)\*\/", re.DOTALL)
+ comm = re.compile("<!--(.*?)-->", re.DOTALL)
output = ""
for line in theme_file: