diff options
author | Abdul <abdul@miranda-ng.org> | 2012-07-05 15:10:11 +0000 |
---|---|---|
committer | Abdul <abdul@miranda-ng.org> | 2012-07-05 15:10:11 +0000 |
commit | 3084d80d13977934b976afe57f16f0b81e6b7398 (patch) | |
tree | 6cf5cfe758f750753786c22f6a122d25d431a7ff /plugins/BasicHistory/src/Options.h | |
parent | 3625defe533b307b8e52c926129f7f7f50a67962 (diff) |
BasicHistory updated to 1.0.1.7
git-svn-id: http://svn.miranda-ng.org/main/trunk@776 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BasicHistory/src/Options.h')
-rw-r--r-- | plugins/BasicHistory/src/Options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/BasicHistory/src/Options.h b/plugins/BasicHistory/src/Options.h index 4a5d17229c..015c8734de 100644 --- a/plugins/BasicHistory/src/Options.h +++ b/plugins/BasicHistory/src/Options.h @@ -153,7 +153,7 @@ public: void LoadTasks();
void Unload();
- bool showContacts, showContactGroups, groupNewOnTop, groupShowEvents, groupShowTime, groupShowName, groupShowMessage;
+ bool showContacts, showContactGroups, noFindBorder, groupNewOnTop, groupShowEvents, groupShowTime, groupShowName, groupShowMessage;
bool messagesNewOnTop, messagesShowDate, messagesShowSec, messagesShowName, messagesShowEvents, messagesUseSmileys;
bool searchForInList, searchForInMess, searchMatchCase, searchMatchWhole, searchOnlyIn, searchOnlyOut, searchOnlyGroup, searchAllContacts;
bool schedulerAlerts, schedulerHistoryAlerts;
|