diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-21 21:29:42 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-21 21:30:33 +0300 |
commit | 51b03420aad0c15cfdeb0492b6141a27c797ff1d (patch) | |
tree | 821aac896d21a03d233f0e9aa2eae4556c49e9ce /src/core/stdmsg/res | |
parent | 6694c3eebbc11d776a51039c74b75e5f2539c0d8 (diff) |
StdMsg:
- duplicated code moved to the base class;
- unused menus cleaned.
Diffstat (limited to 'src/core/stdmsg/res')
-rw-r--r-- | src/core/stdmsg/res/resource.rc | 12 |
1 files changed, 0 insertions, 12 deletions
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
|