/[gcjwebplugin]/gcjwebplugin/src/GCJPluginFactory.cc
ViewVC logotype

Diff of /gcjwebplugin/src/GCJPluginFactory.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mkoch, Tue Jul 8 13:48:13 2003 UTC revision 1.5 by mkoch, Fri Jul 11 20:19:52 2003 UTC
# Line 40  exception statement from your version. * Line 40  exception statement from your version. *
40  #include "GCJPluginFactory.h"  #include "GCJPluginFactory.h"
41  #include "GCJPluginInstance.h"  #include "GCJPluginInstance.h"
42  #include "GCJSecureEnv.h"  #include "GCJSecureEnv.h"
43    #include "config.h"
44    
45  #define DEBUG(output) printf (output);  #define DEBUG(output) printf (output);
46  #define DEBUG2(output, arg) printf (output, arg);  #define DEBUG2(output, arg) printf (output, arg);
47    
48  #define PLUGIN_NAME "GCJ Java(tm) OJI plugin"  #define PLUGIN_NAME "GCJ Java(tm) OJI plugin"
49  #define PLUGIN_DESC "Java(tm) plugin for Mozilla and compatible browsers"  //#define PLUGIN_DESC "Java(tm) plugin for Mozilla and compatible browsers"
50    #define PLUGIN_DESC "GCJ Web browser plugin " PACKAGE_VERSION " executes Java applets in Mozilla and other web browsers"
51  #define PLUGIN_MIME_TYPE "application/x-java-applet"  #define PLUGIN_MIME_TYPE "application/x-java-applet"
52  #define PLUGIN_MIME_DESC "application/x-java-applet:class,jar:GCJ Java OJI Plugin"  #define PLUGIN_MIME_DESC "application/x-java-applet:class,jar:GCJ Java OJI Plugin"
53  #define PLUGIN_FILE_EXTS "class,jar"  #define PLUGIN_FILE_EXTS "class,jar"

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26