diff options
| author | George Hazan <ghazan@miranda.im> | 2021-04-04 21:05:17 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2021-04-04 21:05:17 +0300 |
| commit | d18819b23a4d12d1ca49c40165962c2a51db0f74 (patch) | |
| tree | b51dbc89d9ae4b1d8024a49644d8e92e9ad45f7f /protocols/WebView/webview.vcxproj | |
| parent | 0099dc67c8f511725f8e06762d1ced1d8aee0093 (diff) | |
fixes #2835 (WebView: fix and remove "Disable main menu items" option)
Diffstat (limited to 'protocols/WebView/webview.vcxproj')
| -rw-r--r-- | protocols/WebView/webview.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/WebView/webview.vcxproj b/protocols/WebView/webview.vcxproj index 6449dc55ac..9bda7038f5 100644 --- a/protocols/WebView/webview.vcxproj +++ b/protocols/WebView/webview.vcxproj @@ -33,6 +33,7 @@ <ClCompile Include="src\webview.cpp" /> <ClCompile Include="src\webview_alerts.cpp" /> <ClCompile Include="src\webview_cleanup.cpp" /> + <ClCompile Include="src\webview_ui.cpp" /> <ClCompile Include="src\webview_datawnd.cpp" /> <ClCompile Include="src\webview_getdata.cpp" /> <ClCompile Include="src\webview_opts.cpp" /> |
