diff options
author | George Hazan <ghazan@miranda.im> | 2022-03-26 15:41:27 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-03-26 15:41:27 +0300 |
commit | 90c87cac6ad51642d1dd9d9a2400450e667e1da7 (patch) | |
tree | 4cd32bab4504fdc183090bc4d4e5433735a61fe2 /src/core/stdmsg/stdmsg.vcxproj | |
parent | 5a0b6ba945cbbf543a5b8c6169fc3b2ee03e740f (diff) |
fixes #3057 (Унифицировать настройку горячих клавиш для отправки сообщений)
Diffstat (limited to 'src/core/stdmsg/stdmsg.vcxproj')
-rw-r--r-- | src/core/stdmsg/stdmsg.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/stdmsg/stdmsg.vcxproj b/src/core/stdmsg/stdmsg.vcxproj index c3b3d3353c..c083c48a66 100644 --- a/src/core/stdmsg/stdmsg.vcxproj +++ b/src/core/stdmsg/stdmsg.vcxproj @@ -43,7 +43,6 @@ </ClCompile>
<ClCompile Include="src\tabs.cpp" />
<ClInclude Include="src\cmdlist.h" />
- <ClInclude Include="src\globals.h" />
<ClInclude Include="src\msgs.h" />
<ClInclude Include="src\resource.h" />
<ClInclude Include="src\statusicon.h" />
|