aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-05-13 05:04:33 +0200
committerMattias Andrée <maandree@operamail.com>2013-05-13 05:04:33 +0200
commit794a0b65e22bd5ba9aaade8265a78e9370bd1a2c (patch)
treef1c8636148a4b0bee5b492c3819e4641b9ee7c17 /src
parenta chain link to trim down the input (diff)
downloadsplashtool-794a0b65e22bd5ba9aaade8265a78e9370bd1a2c.tar.gz
splashtool-794a0b65e22bd5ba9aaade8265a78e9370bd1a2c.tar.bz2
splashtool-794a0b65e22bd5ba9aaade8265a78e9370bd1a2c.tar.xz
keep font
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/trim.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trim.py b/src/trim.py
index 082589f..c0824da 100755
--- a/src/trim.py
+++ b/src/trim.py
@@ -44,7 +44,7 @@ while True:
elif lower == 'endtext':
text = False
print(line)
- elif text or (lower.split(' ')[0] in ('timeout', 'menu', 'label')):
+ elif text or (lower.split(' ')[0] in ('timeout', 'menu', 'label', 'font')):
print(line)
except:
break