diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-05-19 12:36:06 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-05-19 12:36:06 +0000 |
commit | 8bbf210610804623aa581f3a547fc782fed9c118 (patch) | |
tree | b824cb7b0aba1740501e861ee78dbd49bac65022 /plugins/BuddyExpectator/src/options.h | |
parent | 02f6b3a61924a143b3a6db44d3428a651a3b979c (diff) |
"PopUp" everywhere was replaced to "Popup"
git-svn-id: http://svn.miranda-ng.org/main/trunk@4730 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BuddyExpectator/src/options.h')
-rw-r--r-- | plugins/BuddyExpectator/src/options.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/BuddyExpectator/src/options.h b/plugins/BuddyExpectator/src/options.h index 87e1f5e931..8534badb8e 100644 --- a/plugins/BuddyExpectator/src/options.h +++ b/plugins/BuddyExpectator/src/options.h @@ -31,7 +31,7 @@ typedef enum GoneContactAction { GCA_NOACTION, GCA_DELETE, GCA_UDETAILS, GCA_MES typedef struct {
int iAbsencePeriod; // notify period for returning contacts
- int iShowPopUp;
+ int iShowPopup;
int iShowEvent;
int iShowUDetails;
int iShowMessageWindow;
@@ -42,15 +42,15 @@ typedef struct { byte MissYouIcon;
int iAbsencePeriod2; // notify period for contacts that have remained away
- int iShowPopUp2;
+ int iShowPopup2;
int iShowEvent2;
GoneContactAction action2;
int iSilencePeriod; // notify period for contacts that didn't send messages
- int iPopUpColorBack;
- int iPopUpColorFore;
- int iPopUpDelay;
+ int iPopupColorBack;
+ int iPopupColorFore;
+ int iPopupDelay;
int iUsePopupColors;
int iUseWinColors;
|