From 8c63da6052ae2edd7cf5a4e3402ca84f6a744516 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Tue, 2 May 2000 23:15:14 +0000 Subject: [PATCH] # 34082 r= mkaply OS/2 bring up continues - OS/2 test viewer git-svn-id: svn://10.0.0.236/trunk@67954 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webshell/tests/viewer/nsOS2Main.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/mozilla/webshell/tests/viewer/nsOS2Main.cpp b/mozilla/webshell/tests/viewer/nsOS2Main.cpp index 64b42baaf2b..5af417e0a7b 100644 --- a/mozilla/webshell/tests/viewer/nsOS2Main.cpp +++ b/mozilla/webshell/tests/viewer/nsOS2Main.cpp @@ -16,6 +16,17 @@ * Copyright (C) 1999 John Fairhurst. All Rights Reserved. * * Contributor(s): + * This Original Code has been modified by IBM Corporation. + * Modifications made by IBM described herein are + * Copyright (c) International Business Machines + * Corporation, 2000 + * + * Modifications to Mozilla code or documentation + * identified per MPL Section 3.3 + * + * Date Modified by Description of modification + * 04/05/2000 IBM Corp. Fixed undefined identifier. + * * */ @@ -28,6 +39,9 @@ #include "nsIAppShell.h" #include "resources.h" + // OS2TODO +#define IDM_VIEWERBAR 40990 + nsNativeBrowserWindow::nsNativeBrowserWindow() {} nsNativeBrowserWindow::~nsNativeBrowserWindow() {}