changeset in /hg/icedtea: 2007-10-15 Matthias Klose <doko at ubunt...

Lillian Angel langel at redhat.com
Thu Oct 18 03:02:37 PDT 2007


changeset 11cbe6fc22dc in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=11cbe6fc22dc
description:
	2007-10-15  Matthias Klose <doko at ubuntu.com>

	        * gcjwebplugin.cc: Change PLUGIN_NAME.

diffstat:

2 files changed, 5 insertions(+), 1 deletion(-)
ChangeLog       |    4 ++++
gcjwebplugin.cc |    2 +-

diffs (23 lines):

diff -r 7c5652f550c7 -r 11cbe6fc22dc ChangeLog
--- a/ChangeLog	Sun Oct 14 23:31:21 2007 -0400
+++ b/ChangeLog	Mon Oct 15 14:59:50 2007 -0400
@@ -1,3 +1,7 @@ 2007-10-14  Thomas Fitzsimmons  <fitzsim
+2007-10-15  Matthias Klose <doko at ubuntu.com>
+
+	* gcjwebplugin.cc: Change PLUGIN_NAME.
+
 2007-10-14  Thomas Fitzsimmons  <fitzsim at redhat.com>
 
 	* Makefile.am (OPENJDK_VERSION): Update for b22.
diff -r 7c5652f550c7 -r 11cbe6fc22dc gcjwebplugin.cc
--- a/gcjwebplugin.cc	Sun Oct 14 23:31:21 2007 -0400
+++ b/gcjwebplugin.cc	Mon Oct 15 14:59:50 2007 -0400
@@ -83,7 +83,7 @@ exception statement from your version. *
               __LINE__, g_thread_self (), first, second, third)
 
 // Plugin information passed to about:plugins.
-#define PLUGIN_NAME "GCJ Web Browser Plugin"
+#define PLUGIN_NAME "GCJ Web Browser Plugin (using IcedTea)"
 #define PLUGIN_DESC "The " PLUGIN_NAME " executes Java applets."
 #define PLUGIN_MIME_DESC                                               \
   "application/x-java-vm:class,jar:IcedTea;"                           \



More information about the distro-pkg-dev mailing list