diff options
author | George Hazan <ghazan@miranda.im> | 2018-10-18 21:50:13 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-10-18 21:50:13 +0300 |
commit | d0b5caf64e6a01112a8fce4b93340fb0cb88edbe (patch) | |
tree | 29188b25368162bfdfbecfb1dd3c960808191cef /plugins/Import/res | |
parent | 589b7562b76ade5afb5e50e7eacf74782205c498 (diff) |
fixes #1622 (Add ability to copy text from Import log)
Diffstat (limited to 'plugins/Import/res')
-rw-r--r-- | plugins/Import/res/resource.rc | 15 |
1 files changed, 14 insertions, 1 deletions
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
/////////////////////////////////////////////////////////////////////////////
|