Small minor fix for the standalone appletviewer. IMO, it should say "GNU
Classpath Applet Viewer" instead of "GCJ Applet Viewer".

2006-06-12  Lillian Angel  <[EMAIL PROTECTED]>

        *
tools/gnu/classpath/tools/appletviewer/StandaloneAppletWindow.java
        (StandaloneAppletWindow): Changed title of standalone window.

Index: tools/gnu/classpath/tools/appletviewer/StandaloneAppletWindow.java
===================================================================
RCS file: /cvsroot/classpath/classpath/tools/gnu/classpath/tools/appletviewer/StandaloneAppletWindow.java,v
retrieving revision 1.1
diff -u -r1.1 StandaloneAppletWindow.java
--- tools/gnu/classpath/tools/appletviewer/StandaloneAppletWindow.java	8 May 2006 20:36:46 -0000	1.1
+++ tools/gnu/classpath/tools/appletviewer/StandaloneAppletWindow.java	12 Jun 2006 18:57:19 -0000
@@ -199,7 +199,7 @@
     menuApplet.add(closeItem);
     menuApplet.add(quitItem);
     setMenuBar(menuBar);
-    setTitle("GCJ Applet Viewer: " + tag.code);
+    setTitle("GNU Classpath Applet Viewer: " + tag.code);
 
     AppletContext context = (AppletContext) contexts.get(tag.codebase);
     ((StandaloneAppletContext) context).addApplet(applet);

Reply via email to