diff options
| author | George Hazan <ghazan@miranda.im> | 2022-07-30 15:08:07 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2022-07-30 15:08:07 +0300 |
| commit | e743df09941ad6cf44c81b2bcfbc3396f0fc349c (patch) | |
| tree | cf73fa49ad828f1e2f5ef6f62fdd79959948da0b /plugins/WhenWasIt/WhenWasIt.vcxproj | |
| parent | 6462995d9bef854b9a04cc3e794fefcbf2fa2096 (diff) | |
WWI:
- options moved to UI classes;
- global variables -> CMOption<>;
- code cleaning;
Diffstat (limited to 'plugins/WhenWasIt/WhenWasIt.vcxproj')
| -rw-r--r-- | plugins/WhenWasIt/WhenWasIt.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/WhenWasIt/WhenWasIt.vcxproj b/plugins/WhenWasIt/WhenWasIt.vcxproj index 141573b85a..ddab7f13e5 100644 --- a/plugins/WhenWasIt/WhenWasIt.vcxproj +++ b/plugins/WhenWasIt/WhenWasIt.vcxproj @@ -33,6 +33,7 @@ <ClCompile Include="src\hooked_events.cpp" />
<ClCompile Include="src\icons.cpp" />
<ClCompile Include="src\notifiers.cpp" />
+ <ClCompile Include="src\options.cpp" />
<ClCompile Include="src\services.cpp" />
<ClCompile Include="src\stdafx.cxx">
<PrecompiledHeader>Create</PrecompiledHeader>
|
