git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc99c82
)
set initial subtitle to "", not "...".
author
kramm
<kramm>
Mon, 17 Dec 2001 20:57:03 +0000
(20:57 +0000)
committer
kramm
<kramm>
Mon, 17 Dec 2001 20:57:03 +0000
(20:57 +0000)
swfs/simple_viewer.c
patch
|
blob
|
history
diff --git
a/swfs/simple_viewer.c
b/swfs/simple_viewer.c
index
c7202b5
..
b905533
100644
(file)
--- a/
swfs/simple_viewer.c
+++ b/
swfs/simple_viewer.c
@@
-135,9
+135,11
@@
int main (int argc,char ** argv)
action_SetTarget("viewport");
action_Stop();
action_SetTarget("");
+#ifdef SUBTITLES
action_PushString("/:subtitle");
- action_PushString("...");
+ action_PushString(""); //reset variable
action_SetVariable();
+#endif
action_End();
swf_ActionEnd();