From 51b03420aad0c15cfdeb0492b6141a27c797ff1d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 21 Feb 2017 21:29:42 +0300 Subject: StdMsg: - duplicated code moved to the base class; - unused menus cleaned. --- src/core/stdmsg/res/resource.rc | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/core/stdmsg/res') diff --git a/src/core/stdmsg/res/resource.rc b/src/core/stdmsg/res/resource.rc index 729c405b7b..1625e5163c 100644 --- a/src/core/stdmsg/res/resource.rc +++ b/src/core/stdmsg/res/resource.rc @@ -542,13 +542,6 @@ BEGIN MENUITEM "Wikipedia", ID_SEARCH_WIKIPEDIA END END - POPUP "Link" - BEGIN - MENUITEM "Open a &new browser window", ID_NEW - MENUITEM "&Open in current browser window", ID_CURR - MENUITEM "&Copy link", ID_COPY - END - MENUITEM "", 65535 POPUP "Message" BEGIN MENUITEM "Undo", ID_MESSAGE_UNDO, GRAYED @@ -581,11 +574,6 @@ BEGIN MENUITEM SEPARATOR MENUITEM "Select &all", IDM_SELECTALL END - POPUP "LogLink" - BEGIN - MENUITEM "&Open link", IDM_OPENLINK - MENUITEM "&Copy link", IDM_COPYLINK - END POPUP "Message" BEGIN MENUITEM "Undo", IDM_UNDO -- cgit v1.2.3