summaryrefslogtreecommitdiff
path: root/plugins/BasicHistory/HistoryWindow.h
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-06-24 10:14:31 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-06-24 10:14:31 +0000
commit429d24ee71e4a27f9e8885af96091e502e525ac1 (patch)
tree570dde1930cba13ba2bfe46c8e35ffbd4312a63c /plugins/BasicHistory/HistoryWindow.h
parent02a1e31be0e979b87d4bea38ab22e98323baa6dc (diff)
BasicHistory updated to 1.0.1.6
git-svn-id: http://svn.miranda-ng.org/main/trunk@596 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BasicHistory/HistoryWindow.h')
-rw-r--r--plugins/BasicHistory/HistoryWindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/BasicHistory/HistoryWindow.h b/plugins/BasicHistory/HistoryWindow.h
index a28f014c89..8a31d9194a 100644
--- a/plugins/BasicHistory/HistoryWindow.h
+++ b/plugins/BasicHistory/HistoryWindow.h
@@ -67,7 +67,9 @@ private:
bool isGroupImages;
HIMAGELIST himlSmall, himlNone;
HBRUSH bkBrush;
+ HBRUSH bkFindBrush;
HANDLE hSystem;
+ HWND splitterXhWnd, splitterYhWnd;
protected:
virtual void AddGroup(bool isMe, const std::wstring &time, const std::wstring &user, const std::wstring &eventText, int ico);
public: