gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r9895: Gnash is an SWF player (not t


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9895: Gnash is an SWF player (not that other trademarked thing)
Date: Wed, 01 Oct 2008 18:50:05 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9895
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Wed 2008-10-01 18:50:05 +0200
message:
  Gnash is an SWF player (not that other trademarked thing)
modified:
  gui/gtk.cpp
=== modified file 'gui/gtk.cpp'
--- a/gui/gtk.cpp       2008-10-01 16:02:54 +0000
+++ b/gui/gtk.cpp       2008-10-01 16:50:05 +0000
@@ -1461,7 +1461,7 @@
         NULL 
     };
 
-    std::string comments = _("Gnash is the GNU Flash movie player based on 
GameSWF.");
+    std::string comments = _("Gnash is the GNU SWF Player based on GameSWF.");
 
     comments.append(_("\nRenderer: "));
     comments.append(RENDERER_CONFIG);
@@ -1491,7 +1491,7 @@
     GtkWidget* aboutWidget = gtk_about_dialog_new();
     GtkAboutDialog* about = GTK_ABOUT_DIALOG(aboutWidget);
 
-    gtk_about_dialog_set_name (about, _("GNASH flash movie player"));
+    gtk_about_dialog_set_name (about, "Gnash");
     gtk_about_dialog_set_version(about, VERSION);
     gtk_about_dialog_set_copyright(about, "Copyright (C) 2005, 2006, 2007, 
2008 "
                        "The Free Software Foundation");
@@ -1524,7 +1524,7 @@
 
     gtk_show_about_dialog (
         NULL,
-        "program-name", _("GNASH flash movie player"), 
+        "program-name", _("Gnash"), 
         "version", VERSION,
         "copyright", "Copyright (C) 2005, 2006, 2007, 2008 "
                      "The Free Software Foundation",


reply via email to

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