summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/delphi
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2013-05-19 14:39:37 +0000
committerRobert Pösel <robyer@seznam.cz>2013-05-19 14:39:37 +0000
commit06c0a5ae32725b614c5c8c118c0f64d6742e5a36 (patch)
tree835d1103c22e760f8347588ef626d3a45d0cd2ea /plugins/ExternalAPI/delphi
parent2bfb7d60344d2256779b193f49032b103b40e480 (diff)
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
Diffstat (limited to 'plugins/ExternalAPI/delphi')
-rw-r--r--plugins/ExternalAPI/delphi/m_weather.inc2
-rw-r--r--plugins/ExternalAPI/delphi/m_yapp.inc4
2 files changed, 3 insertions, 3 deletions
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}