diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-06-19 21:11:41 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-06-19 21:11:41 +0000 |
commit | 2e1a5d69fbe1e329bde49c2ae6e9be82017fbd00 (patch) | |
tree | c48cdf0d3d9668461769c0660de63dce20388c38 /protocols/Skype/Skype_10.vcxproj | |
parent | ee88b0130e900c5f9f957b18f5db86800d7707c7 (diff) |
Skype: added password request for chat rooms
git-svn-id: http://svn.miranda-ng.org/main/trunk@5050 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/Skype_10.vcxproj')
-rw-r--r-- | protocols/Skype/Skype_10.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Skype/Skype_10.vcxproj b/protocols/Skype/Skype_10.vcxproj index 4f627dbc2f..546b9bcd18 100644 --- a/protocols/Skype/Skype_10.vcxproj +++ b/protocols/Skype/Skype_10.vcxproj @@ -240,6 +240,7 @@ </ClCompile>
<ClCompile Include="src\skype_account.cpp" />
<ClCompile Include="src\skype_avatars.cpp" />
+ <ClCompile Include="src\skype_bookmarks.cpp" />
<ClCompile Include="src\skype_chat.cpp" />
<ClCompile Include="src\skype_contacts.cpp" />
<ClCompile Include="src\skype_database.cpp" />
|