You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2013/10/08 23:50:11 UTC

[11/14] git commit: [flex-falcon] [refs/heads/develop] - update title of SWFDump

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 <ah...@apache.org>
Authored: Wed Oct 2 20:54:37 2013 -0700
Committer: Alex Harui <ah...@apache.org>
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("");