diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-21 21:22:45 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-21 21:30:33 +0300 |
commit | 6694c3eebbc11d776a51039c74b75e5f2539c0d8 (patch) | |
tree | 4486cc2b0e46d74691a83f46a74eaa227e7b34a3 /src/mir_app/res | |
parent | 2cf889e14cb73a24f0ab1a5cb5e2a5d09a98c895 (diff) |
CSrmmBaseDialog - basic class for SRMM windows & chats
Diffstat (limited to 'src/mir_app/res')
-rw-r--r-- | src/mir_app/res/resource.rc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mir_app/res/resource.rc b/src/mir_app/res/resource.rc index 59797591f5..28b3100092 100644 --- a/src/mir_app/res/resource.rc +++ b/src/mir_app/res/resource.rc @@ -1278,8 +1278,7 @@ BEGIN END
POPUP "LogLink"
BEGIN
- MENUITEM "Open in &new window", IDM_OPENNEW
- MENUITEM "&Open in existing window", IDM_OPENEXISTING
+ MENUITEM "&Open link", IDM_OPENLINK
MENUITEM "&Copy link", IDM_COPYLINK
END
END
|