diff options
author | George Hazan <george.hazan@gmail.com> | 2016-05-30 10:53:08 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-05-30 10:53:08 +0000 |
commit | 14f574fcf1bdc6059fb2ee3994578decc03e40a3 (patch) | |
tree | fef44f106106604f8f87ff7cfc0033fe681e2def /plugins/TabSRMM/src/msgs.h | |
parent | 7c862bb56c10a32edbf38e3843549678a71309c9 (diff) |
- fixes #1061 (Not all TabSRMM buttons working after language change)
- version bump before release
git-svn-id: http://svn.miranda-ng.org/main/trunk@16889 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/msgs.h')
-rw-r--r-- | plugins/TabSRMM/src/msgs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/msgs.h b/plugins/TabSRMM/src/msgs.h index afcfbc0df3..c2e9059467 100644 --- a/plugins/TabSRMM/src/msgs.h +++ b/plugins/TabSRMM/src/msgs.h @@ -181,7 +181,6 @@ struct TContainerData int iChilds;
int iContainerIndex;
bool fHidden;
- HMENU hMenuContext;
HWND hwndTip; // tab - tooltips...
BOOL bDontSmartClose; // if set, do not search and select the next possible tab after closing one.
DWORD dwFlags;
|