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

Diff of /gcjwebplugin/src/gcjwebplugin.cc

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

revision 1.6 by mkoch, Sat Nov 1 11:08:08 2003 UTC revision 1.7 by mkoch, Mon Nov 3 17:00:47 2003 UTC
# Line 141  GCJ_New (NPMIMEType pluginType, NPP inst Line 141  GCJ_New (NPMIMEType pluginType, NPP inst
141    // Allocate memory for the appletviewer name, --plugin option, each    // Allocate memory for the appletviewer name, --plugin option, each
142    // applet tag attribute and a terminating NULL.    // applet tag attribute and a terminating NULL.
143    
144    command_line[0] = g_strdup ("appletviewer");    command_line[0] = g_strdup ("gcjappletviewer");
145    command_line[1] = g_strdup ("--plugin");    command_line[1] = g_strdup ("--plugin");
146    
147    int arg_count = 2;    int arg_count = 2;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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