diff options
author | slotwin <slotwin@users.noreply.github.com> | 2014-07-01 22:56:51 +0000 |
---|---|---|
committer | slotwin <slotwin@users.noreply.github.com> | 2014-07-01 22:56:51 +0000 |
commit | fd00c3f12ac75e78941d4417985d0052f31eba8f (patch) | |
tree | fba0caa5ebefea4bbf201764f1a0329467c4ba00 /plugins/SimpleStatusMsg/src/resource.h | |
parent | 30ff9acd5fa8d2897e8f206aef8288aa1ce8aa09 (diff) |
Simple Status Message: remove options to hide 'Copy message' and 'Go to URL in status message' from contact menu (can be done with genmenu)
git-svn-id: http://svn.miranda-ng.org/main/trunk@9641 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SimpleStatusMsg/src/resource.h')
-rw-r--r-- | plugins/SimpleStatusMsg/src/resource.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/SimpleStatusMsg/src/resource.h b/plugins/SimpleStatusMsg/src/resource.h index 137327acac..6646093446 100644 --- a/plugins/SimpleStatusMsg/src/resource.h +++ b/plugins/SimpleStatusMsg/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
-// Microsoft Developer Studio generated include file.
-// Used by resource.rc
+// Microsoft Visual C++ generated include file.
+// Used by ..\res\resource.rc
//
#define IDD_COPY 101
#define IDD_AWAYMSGBOX 102
@@ -39,7 +39,6 @@ #define IDC_CPROFILES 1018
#define IDC_EMAXHIST 1019
#define IDC_ETIMEOUT 1020
-#define IDC_CSHOWGURL 1021
#define IDC_SMAXHIST 1022
#define IDC_CCLOSEWND 1023
#define IDC_STIMEOUT 1024
@@ -51,7 +50,6 @@ #define IDC_ROPTPROTO2 1030
#define IDC_ROPTPROTO3 1031
#define IDC_CREMOVECR 1032
-#define IDC_CSHOWCOPY 1033
#define IDC_EMAXLENGTH 1034
#define IDC_SMAXLENGTH 1035
#define IDC_COPTMSG2 1036
|