diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-09 15:09:56 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-09 15:09:56 +0000 |
commit | 11a0c05e56a9ef98dcb8473e5c4ccd2a519ad730 (patch) | |
tree | da78d1bf31d4922c7c7a91c8af698ac94be0b8b2 /plugins/Nudge/nudge_10.vcxproj | |
parent | 74a2e42b34d8495bf1e3676d4580e1d286384722 (diff) |
Nudge:
- old ugly list replaced with OBJLIST<>;
- plugin to reuse the same popup menu item instead of creating a menu item for each protocol;
- fix for a bug in options;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@12698 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Nudge/nudge_10.vcxproj')
-rw-r--r-- | plugins/Nudge/nudge_10.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Nudge/nudge_10.vcxproj b/plugins/Nudge/nudge_10.vcxproj index f672e018b7..43b5952911 100644 --- a/plugins/Nudge/nudge_10.vcxproj +++ b/plugins/Nudge/nudge_10.vcxproj @@ -194,7 +194,6 @@ <ItemGroup>
<ClInclude Include="src\headers.h" />
<ClInclude Include="src\nudge.h" />
- <ClInclude Include="src\options.h" />
<ClInclude Include="src\resource.h" />
<ClInclude Include="src\shake.h" />
<ClInclude Include="src\Version.h" />
|