diff options
author | George Hazan <george.hazan@gmail.com> | 2024-05-11 17:01:18 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-05-11 17:01:18 +0300 |
commit | 298c9deaf279da60906891dfb1881cd45687f157 (patch) | |
tree | 39762b69a32c30927d716c7df31f685e1511574e /protocols/Discord/src/resource.h | |
parent | adc82c1bfa455a4f5482a7937e5bb6e4cf2a7ff2 (diff) |
fixes #812 ([Discord] If a contact removes you from their contact list, miranda silently and deletes all contact data)
Diffstat (limited to 'protocols/Discord/src/resource.h')
-rw-r--r-- | protocols/Discord/src/resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Discord/src/resource.h b/protocols/Discord/src/resource.h index cf6c1a467d..db89687790 100644 --- a/protocols/Discord/src/resource.h +++ b/protocols/Discord/src/resource.h @@ -22,10 +22,10 @@ #define IDC_DELETE_MSGS 1009
#define IDC_ANOTHER 1009
#define IDC_LABEL 1010
+#define IDC_DELETE_CONTACTS 1010
#define IDC_LOGOUT 1011
#define IDC_CLIST 1012
-
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
|