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. e84506bdc0c1276f0ef5


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. e84506bdc0c1276f0ef584f7e6afd99d32bfc07a
Date: Thu, 11 Nov 2010 09:07:38 +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  e84506bdc0c1276f0ef584f7e6afd99d32bfc07a (commit)
      from  e0c6dd462d1ef449a99c0b8886de2176d0b6e4e2 (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=e84506bdc0c1276f0ef584f7e6afd99d32bfc07a


commit e84506bdc0c1276f0ef584f7e6afd99d32bfc07a
Author: Sandro Santilli <address@hidden>
Date:   Thu Nov 11 10:08:11 2010 +0100

    Translate 'Options' too

diff --git a/gui/gnash.cpp b/gui/gnash.cpp
index d55c6ab..e3a49f6 100644
--- a/gui/gnash.cpp
+++ b/gui/gnash.cpp
@@ -330,7 +330,7 @@ getSupportedOptions(gnash::Player& p)
     boost::split(renderers, RENDERER_CONFIG,
         boost::is_any_of(" "), boost::token_compress_on);
 
-    po::options_description desc("Options");
+    po::options_description desc(_("Options"));
 
     desc.add_options()
 

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

Summary of changes:
 gui/gnash.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]