From 06c0a5ae32725b614c5c8c118c0f64d6742e5a36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sun, 19 May 2013 14:39:37 +0000 Subject: Changed PopUp to Popup in delphi files, langpack files and rc files. git-svn-id: http://svn.miranda-ng.org/main/trunk@4734 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/delphi/m_weather.inc | 2 +- plugins/ExternalAPI/delphi/m_yapp.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/delphi/m_weather.inc b/plugins/ExternalAPI/delphi/m_weather.inc index 7a89288b39..d8fd41ae31 100644 --- a/plugins/ExternalAPI/delphi/m_weather.inc +++ b/plugins/ExternalAPI/delphi/m_weather.inc @@ -148,7 +148,7 @@ Condition_Changed is true; otherwise is false. ME_WEATHER_UPDATED:pAnsiChar = 'Miranda/Weather/Updated'; { -Shows a warning message for Weather PopUp. +Shows a warning message for Weather Popup. wParam = (char*) lpzMessage lParam = Type Type can either be SM_WARNING, SM_NOTIFY, or SM_WEATHERALERT diff --git a/plugins/ExternalAPI/delphi/m_yapp.inc b/plugins/ExternalAPI/delphi/m_yapp.inc index e85d382bec..ed42f17b91 100644 --- a/plugins/ExternalAPI/delphi/m_yapp.inc +++ b/plugins/ExternalAPI/delphi/m_yapp.inc @@ -66,7 +66,7 @@ const // wParam = 0 // lParam = (POPUPCLASS *)&pc - MS_POPUP_REGISTERCLASS = 'PopUp/RegisterClass'; + MS_POPUP_REGISTERCLASS = 'Popup/RegisterClass'; type TPopupClassInstance = record @@ -81,6 +81,6 @@ type const // wParam = 0 // lParam = (POPUPDATACLASS *)&pdc - MS_POPUP_ADDPOPUPCLASS = 'PopUp/AddPopupClass'; + MS_POPUP_ADDPOPUPCLASS = 'Popup/AddPopupClass'; {$ENDIF} -- cgit v1.2.3