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