diff options
Diffstat (limited to 'plugins/Import/res/resource.rc')
-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
/////////////////////////////////////////////////////////////////////////////
|