diff options
author | George Hazan <george.hazan@gmail.com> | 2025-04-13 12:28:57 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-04-13 12:28:57 +0300 |
commit | 51df18c4f81511f8527b4a4a9986dbb239f7675f (patch) | |
tree | ddb6f8086d3a5c19f8f93f762f9f7adb64d2f44c /protocols/Teams/src/resource.h | |
parent | dbe8b87e9fac8ac993a49a6cde21a3e8fa7ce0a5 (diff) |
fixes #4976 (Teams: отсутствует возможность вылогиниться)
Diffstat (limited to 'protocols/Teams/src/resource.h')
-rw-r--r-- | protocols/Teams/src/resource.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/Teams/src/resource.h b/protocols/Teams/src/resource.h index 968131a274..ea9044c6da 100644 --- a/protocols/Teams/src/resource.h +++ b/protocols/Teams/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. -// Used by W:\miranda-ng\protocols\Teams\res\resource.rc +// Used by W:\miranda-ng\protocols\Teams\res\Resource.rc // #define IDI_TEAMS 100 #define IDC_LOGIN 101 @@ -30,6 +30,7 @@ #define IDC_CHANGEPASS 1038 #define IDC_MOOD_EMOJI 1039 #define IDC_MOOD_TEXT 1041 +#define IDC_LOGOUT 1042 // Next default values for new objects // @@ -37,7 +38,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 126 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1042 +#define _APS_NEXT_CONTROL_VALUE 1044 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif |