diff options
author | George Hazan <george.hazan@gmail.com> | 2025-03-31 12:46:57 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-03-31 12:46:57 +0300 |
commit | ed709ad17833b630a02636295fd0939a193aa2cc (patch) | |
tree | 266438590ab6ddd6c6342cd21171e3c4a6238b95 /protocols/Teams/src/resource.h | |
parent | 4747d2ed93f4f916c72d29a8dcd35425fcfea880 (diff) |
Teams: we don't need to enter login & password, since the authorization is handled by a browser
Diffstat (limited to 'protocols/Teams/src/resource.h')
-rw-r--r-- | protocols/Teams/src/resource.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/protocols/Teams/src/resource.h b/protocols/Teams/src/resource.h index 5ea05c18d7..968131a274 100644 --- a/protocols/Teams/src/resource.h +++ b/protocols/Teams/src/resource.h @@ -1,10 +1,9 @@ //{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. -// Used by W:\miranda-ng\protocols\SkypeWeb\res\resource.rc +// Used by W:\miranda-ng\protocols\Teams\res\resource.rc // #define IDI_TEAMS 100 #define IDC_LOGIN 101 -#define IDC_PASSWORD 102 #define IDD_ACCOUNT_MANAGER 103 #define IDD_OPTIONS_MAIN 104 #define IDD_MOOD 105 @@ -25,7 +24,6 @@ #define IDC_CLIST 1030 #define IDC_TITLE 1031 #define IDC_CONTACT 1032 -#define IDC_PLACE 1034 #define IDC_USEHOST 1035 #define IDC_BBCODES 1036 #define IDC_MOOD_COMBO 1037 |