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/WhenWasIt/src/dlg_handlers.cpp | 2 +- plugins/WhenWasIt/src/notifiers.cpp | 6 +++--- plugins/WhenWasIt/src/services.cpp | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins/WhenWasIt') diff --git a/plugins/WhenWasIt/src/dlg_handlers.cpp b/plugins/WhenWasIt/src/dlg_handlers.cpp index c13d4cc428..92817875f7 100644 --- a/plugins/WhenWasIt/src/dlg_handlers.cpp +++ b/plugins/WhenWasIt/src/dlg_handlers.cpp @@ -962,7 +962,7 @@ int HandlePopupClick(HWND hWnd, int action) }//fallthrough case 1: //DISMISS - PUDeletePopUp(hWnd); + PUDeletePopup(hWnd); break; } diff --git a/plugins/WhenWasIt/src/notifiers.cpp b/plugins/WhenWasIt/src/notifiers.cpp index 4d02d6ff0e..98dbef5e6f 100644 --- a/plugins/WhenWasIt/src/notifiers.cpp +++ b/plugins/WhenWasIt/src/notifiers.cpp @@ -37,7 +37,7 @@ void PopupNotifyNoBirthdays() _tcscpy(pd.lptzContactName, TranslateT("WhenWasIt")); _tcscpy(pd.lptzText, TranslateT("No upcoming birthdays.")); - PUAddPopUpT(&pd); + PUAddPopupT(&pd); } TCHAR *BuildDTBText(int dtb, TCHAR *name, TCHAR *text, int size) @@ -105,7 +105,7 @@ int PopupNotifyBirthday(HANDLE hContact, int dtb, int age) else mir_sntprintf(pd.lptzText, MAX_SECONDLINE, TranslateT("%s\n%s just turned %d."), text, sex, age); - PUAddPopUpT(&pd); + PUAddPopupT(&pd); free(name); return 0; @@ -149,7 +149,7 @@ int PopupNotifyMissedBirthday(HANDLE hContact, int dab, int age) else mir_sntprintf(pd.lptzText, MAX_SECONDLINE, TranslateT("%s\n%s just turned %d."), text, sex, age); - PUAddPopUpT(&pd); + PUAddPopupT(&pd); free(name); return 0; diff --git a/plugins/WhenWasIt/src/services.cpp b/plugins/WhenWasIt/src/services.cpp index dd61f51c49..f9f43b2318 100644 --- a/plugins/WhenWasIt/src/services.cpp +++ b/plugins/WhenWasIt/src/services.cpp @@ -185,7 +185,7 @@ void ShowPopupMessage(TCHAR *title, TCHAR *message, HANDLE icon) _tcscpy(pd.lptzText, message); pd.colorText = commonData.foreground; pd.colorBack = commonData.background; - PUAddPopUpT(&pd); + PUAddPopupT(&pd); } DWORD WINAPI RefreshUserDetailsWorkerThread(LPVOID param) -- cgit v1.2.3