diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-12 11:21:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-12 11:21:41 +0000 |
commit | 9778744e014c310fad29b1d0536ef6985e909470 (patch) | |
tree | 89fe0c18d8f404ed605ffff410b0a30d3442b737 /plugins/WhenWasIt | |
parent | aceb6d0e476267170a41f6870dd408d67e71e696 (diff) |
various TTB buttons quirks
git-svn-id: http://svn.miranda-ng.org/main/trunk@917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WhenWasIt')
-rw-r--r-- | plugins/WhenWasIt/icons.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/WhenWasIt/icons.cpp b/plugins/WhenWasIt/icons.cpp index 805593ade4..0b24c21442 100644 --- a/plugins/WhenWasIt/icons.cpp +++ b/plugins/WhenWasIt/icons.cpp @@ -68,9 +68,7 @@ int LoadIcons() GetIcons();
if (ServiceExists(MS_EXTRAICON_REGISTER))
- {
hWWIExtraIcons = ExtraIcon_Register("WhenWasIt", Translate("WhenWasIt birthday reminder"), "MenuCheck", OnExtraIconListRebuild, OnExtraImageApply);
- }
return 0;
}
|