From d0b5caf64e6a01112a8fce4b93340fb0cb88edbe Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 18 Oct 2018 21:50:13 +0300 Subject: fixes #1622 (Add ability to copy text from Import log) --- plugins/Import/res/resource.rc | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'plugins/Import/res') diff --git a/plugins/Import/res/resource.rc b/plugins/Import/res/resource.rc index a7aa1f2a17..dc2ed1fac5 100644 --- a/plugins/Import/res/resource.rc +++ b/plugins/Import/res/resource.rc @@ -246,7 +246,6 @@ LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT IDD_IMPORT_CONTACT DIALOGEX 0, 0, 361, 76 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_APPWINDOW -CAPTION "" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN DEFPUSHBUTTON "OK",IDOK,247,55,50,14 @@ -287,6 +286,20 @@ BEGIN 0 END + +///////////////////////////////////////////////////////////////////////////// +// +// Menu +// + +IDR_LIST MENU +BEGIN + POPUP "Context1" + BEGIN + MENUITEM "Copy", IDM_COPY + END +END + #endif // Russian (Russia) resources ///////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3