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 --- protocols/Twitter/src/connection.cpp | 2 +- protocols/Twitter/src/proto.cpp | 6 +++--- protocols/Twitter/src/ui.cpp | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'protocols/Twitter/src') diff --git a/protocols/Twitter/src/connection.cpp b/protocols/Twitter/src/connection.cpp index 0e39bdf63c..27c46541e3 100644 --- a/protocols/Twitter/src/connection.cpp +++ b/protocols/Twitter/src/connection.cpp @@ -554,7 +554,7 @@ void TwitterProto::ShowContactPopup(HANDLE hContact,const std::string &text) } mbcs_to_tcs(CP_UTF8,text.c_str(),popup.lptzText,MAX_SECONDLINE); - PUAddPopUpT(&popup); + PUAddPopupT(&popup); } void TwitterProto::UpdateStatuses(bool pre_read, bool popups, bool tweetToMsg) diff --git a/protocols/Twitter/src/proto.cpp b/protocols/Twitter/src/proto.cpp index deeb0f88c7..105210bf4d 100644 --- a/protocols/Twitter/src/proto.cpp +++ b/protocols/Twitter/src/proto.cpp @@ -337,7 +337,7 @@ int TwitterProto::OnOptionsInit(WPARAM wParam,LPARAM) if(ServiceExists(MS_POPUP_ADDPOPUPT)) { - odp.ptszTab = LPGENT("PopUps"); + odp.ptszTab = LPGENT("Popups"); odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPTIONS_POPUPS); odp.pfnDlgProc = popup_options_proc; Options_AddPage(wParam, &odp); @@ -433,7 +433,7 @@ void TwitterProto::ShowPopup(const wchar_t *text, int Error) } if(ServiceExists(MS_POPUP_ADDPOPUPT)) - PUAddPopUpT(&popup); + PUAddPopupT(&popup); else MessageBox(0,popup.lptzText,popup.lptzContactName,0); } @@ -450,7 +450,7 @@ void TwitterProto::ShowPopup(const char *text, int Error) } if(ServiceExists(MS_POPUP_ADDPOPUPT)) - PUAddPopUpT(&popup); + PUAddPopupT(&popup); else MessageBox(0,popup.lptzText,popup.lptzContactName,0); } diff --git a/protocols/Twitter/src/ui.cpp b/protocols/Twitter/src/ui.cpp index eb0a8b2543..4843d8c6e0 100644 --- a/protocols/Twitter/src/ui.cpp +++ b/protocols/Twitter/src/ui.cpp @@ -406,7 +406,7 @@ namespace popup_options popup.colorText = get_text_color(hwndDlg,false); popup.colorBack = get_back_color(hwndDlg,false); - PUAddPopUpT(&popup); + PUAddPopupT(&popup); } } -- cgit v1.2.3