changeset 256:02525e63ed85

2007-10-15 Matthias Klose <doko@ubuntu.com> * gcjwebplugin.cc: Change PLUGIN_NAME.
author Lillian Angel <langel@redhat.com>
date Mon, 15 Oct 2007 14:59:50 -0400
parents 3807a84f61c5
children 2d58a540c22c
files ChangeLog gcjwebplugin.cc
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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-15  Matthias Klose <doko@ubuntu.com>
+
+	* gcjwebplugin.cc: Change PLUGIN_NAME.
+
 2007-10-14  Thomas Fitzsimmons  <fitzsim@redhat.com>
 
 	* Makefile.am (OPENJDK_VERSION): Update for b22.
--- 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 @@
               __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;"                           \