diff options
author | George Hazan <ghazan@miranda.im> | 2021-04-19 14:02:21 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-04-19 14:02:21 +0300 |
commit | 99f8fd05b99fbe8df51ba05ee859a419962a535e (patch) | |
tree | 08b2e710e3d2e080801544f1d5b626fe9ad885b2 /protocols/WhatsAppWeb/WhatsAppWeb.vcxproj | |
parent | f41ad525b78a54d6b81472b98a9137f5a353c5a3 (diff) |
WhatsApp:
- group chats are separated from contacts;
- basic options dialog;
- resource file cleaning
Diffstat (limited to 'protocols/WhatsAppWeb/WhatsAppWeb.vcxproj')
-rw-r--r-- | protocols/WhatsAppWeb/WhatsAppWeb.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/WhatsAppWeb/WhatsAppWeb.vcxproj b/protocols/WhatsAppWeb/WhatsAppWeb.vcxproj index 0b03a0b17e..75bfef340d 100644 --- a/protocols/WhatsAppWeb/WhatsAppWeb.vcxproj +++ b/protocols/WhatsAppWeb/WhatsAppWeb.vcxproj @@ -43,6 +43,7 @@ </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="src\avatars.cpp" /> + <ClCompile Include="src\chats.cpp" /> <ClCompile Include="src\main.cpp" /> <ClCompile Include="src\options.cpp" /> <ClCompile Include="src\proto.cpp" /> |