gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-459-gf277491
Date: Thu, 31 Mar 2011 15:33:35 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  f27749121d756a57e49efed961b9368cf2c2fab3 (commit)
      from  04f6836a8f65ce86de5c5fcba55eed8eda391c99 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=f27749121d756a57e49efed961b9368cf2c2fab3


commit f27749121d756a57e49efed961b9368cf2c2fab3
Author: Benjamin Wolsey <address@hidden>
Date:   Thu Mar 31 17:32:13 2011 +0200

    The displayed version is the one for the root swf, not the VM.

diff --git a/gui/gui.cpp b/gui/gui.cpp
index d949409..db89013 100644
--- a/gui/gui.cpp
+++ b/gui/gui.cpp
@@ -1119,7 +1119,7 @@ Gui::getMovieInfo() const
     /// VM top level
     //
     os << "SWF " << vm.getSWFVersion();
-    topIter = tr->insert(topIter, std::make_pair("VM version", os.str()));
+    topIter = tr->insert(topIter, std::make_pair("Root SWF version", 
os.str()));
 
     // This short-cut is to avoid a bug in movie_root's getMovieInfo,
     // which relies on the availability of a _rootMovie for doing

-----------------------------------------------------------------------

Summary of changes:
 gui/gui.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]