diff options
| author | Mattias Andrée <maandree@operamail.com> | 2013-05-13 05:04:33 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2013-05-13 05:04:33 +0200 |
| commit | 794a0b65e22bd5ba9aaade8265a78e9370bd1a2c (patch) | |
| tree | f1c8636148a4b0bee5b492c3819e4641b9ee7c17 /src | |
| parent | a chain link to trim down the input (diff) | |
| download | splashtool-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-x | src/trim.py | 2 |
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 |
