update title of SWFDump
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/4201746f Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/4201746f Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/4201746f Branch: refs/heads/develop Commit: 4201746f5e5ee709fd45c0674ac333a90f2de62a Parents: a862e39 Author: Alex Harui <[email protected]> Authored: Wed Oct 2 20:54:37 2013 -0700 Committer: Alex Harui <[email protected]> Committed: Tue Oct 8 13:50:58 2013 -0700 ---------------------------------------------------------------------- compiler/src/org/apache/flex/swf/io/SWFDump.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/4201746f/compiler/src/org/apache/flex/swf/io/SWFDump.java ---------------------------------------------------------------------- diff --git a/compiler/src/org/apache/flex/swf/io/SWFDump.java b/compiler/src/org/apache/flex/swf/io/SWFDump.java index 5a8651b..df25eec 100644 --- a/compiler/src/org/apache/flex/swf/io/SWFDump.java +++ b/compiler/src/org/apache/flex/swf/io/SWFDump.java @@ -2383,7 +2383,7 @@ public final class SWFDump public static void main(String[] args) throws IOException { // This message should not be localized. - System.err.println("Apache SWF Dump Utility"); + System.err.println("Apache Flex SWF Dump Utility"); System.err.println(VersionInfo.buildMessage()); System.err.println("");
