diff options
Diffstat (limited to 'include/m_popup.h')
-rw-r--r-- | include/m_popup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_popup.h b/include/m_popup.h index aeebbb6ab3..2218ab5f87 100644 --- a/include/m_popup.h +++ b/include/m_popup.h @@ -223,7 +223,7 @@ returns: > 0 for success, -1 for failure, 0 if the failure is due to second line PUIsSecondLineShown() before changing the text...)
*/
#define MS_POPUP_CHANGETEXT "PopUp/Changetext"
-static int __inline PUChangeText(HWND hWndPopUp, LPCTSTR lpzNewText) {
+static int __inline PUChangeText(HWND hWndPopUp, LPCSTR lpzNewText) {
return (int)CallService(MS_POPUP_CHANGETEXT, (WPARAM)hWndPopUp, (LPARAM)lpzNewText);
}
|