From 8bbf210610804623aa581f3a547fc782fed9c118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sun, 19 May 2013 12:36:06 +0000 Subject: "PopUp" everywhere was replaced to "Popup" git-svn-id: http://svn.miranda-ng.org/main/trunk@4730 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/!Deprecated/NewAwaySysMod/Common.h | 2 +- plugins/!Deprecated/NewAwaySysMod/Notification.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/!Deprecated') 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; -- cgit v1.2.3