From da3ea95ff852d41a69646bb27664f576f11983f6 Mon Sep 17 00:00:00 2001 From: ricardob Date: Thu, 18 Jun 1998 00:39:09 +0000 Subject: [PATCH] winfe remove icon from toolbar git-svn-id: svn://10.0.0.236/branches/NORMANDY_BEACH_BRANCH@4038 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/cmd/winfe/toolbar.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mozilla/cmd/winfe/toolbar.cpp b/mozilla/cmd/winfe/toolbar.cpp index a69a0300c43..9c3eb454779 100755 --- a/mozilla/cmd/winfe/toolbar.cpp +++ b/mozilla/cmd/winfe/toolbar.cpp @@ -25,6 +25,8 @@ #include "stdafx.h" +#include "rosetta.h" + // arrays of IDs used to initialize control bars // This must correspond to position in toolbar @@ -42,7 +44,7 @@ static UINT BASED_CODE buttons[] = ID_PLACES, ID_VIEW_LOADIMAGES, ID_FILE_PRINT, - ID_SECURITY, + HG28118 ID_NAVIGATE_INTERRUPT, ID_HOTLIST_MCOM };