summaryrefslogtreecommitdiff
path: root/plugins/!Deprecated
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2013-05-19 12:36:06 +0000
committerRobert Pösel <robyer@seznam.cz>2013-05-19 12:36:06 +0000
commit8bbf210610804623aa581f3a547fc782fed9c118 (patch)
treeb824cb7b0aba1740501e861ee78dbd49bac65022 /plugins/!Deprecated
parent02f6b3a61924a143b3a6db44d3428a651a3b979c (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/!Deprecated')
-rw-r--r--plugins/!Deprecated/NewAwaySysMod/Common.h2
-rw-r--r--plugins/!Deprecated/NewAwaySysMod/Notification.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/!Deprecated/NewAwaySysMod/Common.h b/plugins/!Deprecated/NewAwaySysMod/Common.h
index 7e261d875d..4fe6d2d50f 100644
--- a/plugins/!Deprecated/NewAwaySysMod/Common.h
+++ b/plugins/!Deprecated/NewAwaySysMod/Common.h
@@ -222,7 +222,7 @@
// options dialog
#define OPT_TITLE LPGENT("Away System")
#define OPT_MAINGROUP LPGEN("Status")
-#define OPT_POPUPGROUP LPGEN("PopUps")
+#define OPT_POPUPGROUP LPGEN("Popups")
#define MRM_MAX_GENERATED_TITLE_LEN 35 // maximum length of automatically generated title for recent messages
diff --git a/plugins/!Deprecated/NewAwaySysMod/Notification.cpp b/plugins/!Deprecated/NewAwaySysMod/Notification.cpp
index ce35017c8f..389b17eae3 100644
--- a/plugins/!Deprecated/NewAwaySysMod/Notification.cpp
+++ b/plugins/!Deprecated/NewAwaySysMod/Notification.cpp
@@ -129,7 +129,7 @@ void Popup_DoAction(HWND hWnd, BYTE Action, PLUGIN_DATA *pdata)
} break;
case PCA_CLOSEPOPUP: // close popup
{
- PUDeletePopUp(hWnd);
+ PUDeletePopup(hWnd);
} break;
case PCA_DONOTHING: // do nothing
break;