summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/delphi/m_yapp.inc
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/m_yapp.inc
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/m_yapp.inc')
-rw-r--r--plugins/ExternalAPI/delphi/m_yapp.inc4
1 files changed, 2 insertions, 2 deletions
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}