diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-24 02:03:45 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-24 02:03:45 +0000 |
commit | 8e4bd51aa53343a76b1ddc9c7e47f3d56cb24437 (patch) | |
tree | c885896952b3e8556a3dcb962999d489390b547b /yapp/docs | |
parent | 3eab86e88f98801a4983c7ed5d08936b81741f3e (diff) |
Merging popup APIs (patch by Merlin)
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@511 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'yapp/docs')
-rw-r--r-- | yapp/docs/m_yapp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yapp/docs/m_yapp.h b/yapp/docs/m_yapp.h index 2fdd106..25b5e45 100644 --- a/yapp/docs/m_yapp.h +++ b/yapp/docs/m_yapp.h @@ -403,7 +403,7 @@ static int __inline PUChange(HWND hWndPopUp, POPUPDATAEX *newData) { #define MS_POPUP_CHANGEW "PopUp/ChangeW"
static int __inline PUChangeW(HWND hWndPopUp, POPUPDATAW *newData) {
- return (int)CallService(MS_POPUP_CHANGE, (WPARAM)hWndPopUp, (LPARAM)newData);
+ return (int)CallService(MS_POPUP_CHANGEW, (WPARAM)hWndPopUp, (LPARAM)newData);
}
#if defined(_UNICODE) || defined(UNICODE)
|