From 28f3d165f09e6ac93bd9a09f3d6877ac6819780c Mon Sep 17 00:00:00 2001 From: "bernd.mielke%snafu.de" Date: Sun, 2 Mar 2003 08:44:23 +0000 Subject: [PATCH] trying to fix os2 bustage git-svn-id: svn://10.0.0.236/trunk@138776 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/plugin/tools/tester/os2/plugin.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/modules/plugin/tools/tester/os2/plugin.h b/mozilla/modules/plugin/tools/tester/os2/plugin.h index 538d1baa7c3..5f2d0216950 100644 --- a/mozilla/modules/plugin/tools/tester/os2/plugin.h +++ b/mozilla/modules/plugin/tools/tester/os2/plugin.h @@ -58,7 +58,8 @@ typedef enum gp_tofile, gp_toframe, gp_flush, - gp_rememberlast + gp_rememberlast, + gp_standalone }GUIPrefs; class CPlugin : public CPluginBase