From ae0d8d70dad94293f2d4520426b4a1e1ff7b1cb0 Mon Sep 17 00:00:00 2001 From: "radha%netscape.com" Date: Tue, 8 Dec 1998 22:43:52 +0000 Subject: [PATCH] Load the unix nsappshell.so in to the registry git-svn-id: svn://10.0.0.236/trunk@15998 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/bootstrap/nsSetupRegistry.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mozilla/xpfe/bootstrap/nsSetupRegistry.cpp b/mozilla/xpfe/bootstrap/nsSetupRegistry.cpp index 37407328600..2bbbc91c3d9 100644 --- a/mozilla/xpfe/bootstrap/nsSetupRegistry.cpp +++ b/mozilla/xpfe/bootstrap/nsSetupRegistry.cpp @@ -66,10 +66,10 @@ // XP_UNIX #ifndef WIDGET_DLL -#define WIDGET_DLL "libwidgetmotif.so" +#define WIDGET_DLL "libwidgetgtk.so" #endif #ifndef GFXWIN_DLL -#define GFXWIN_DLL "libgfxmotif.so" +#define GFXWIN_DLL "libgfxgtk.so" #endif #define VIEW_DLL "libraptorview.so" #define WEB_DLL "libraptorwebwidget.so" @@ -80,6 +80,8 @@ #define LAYOUT_DLL "libraptorhtml.so" #define NETLIB_DLL "libnetlib.so" +#define APPSHELL_DLL "libnsappshell.so" + #endif // XP_MAC #endif // XP_PC