Bug 133662 -- update Tester plugin, not part of the build

git-svn-id: svn://10.0.0.236/trunk@117761 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
av%netscape.com
2002-03-31 02:58:00 +00:00
parent e7af2d91f0
commit f7c5948693
9 changed files with 428 additions and 39 deletions

View File

@@ -125,15 +125,4 @@ public:
void onLogToFile(BOOL bLofToFile);
};
#define SECTION_PREFERENCES "Preferences"
#define KEY_AUTO_MODE "AutoMode"
#define KEY_LOG_FILE "LogFile"
#define KEY_SCRIPT_FILE "ScriptFile"
#define KEY_TO_FILE "LogToFile"
#define KEY_TO_FRAME "LogToFrame"
#define KEY_FLUSH_NOW "FlushImmediately"
#define ENTRY_YES "Yes"
#define ENTRY_NO "No"
#endif // __PLUGIN_H__