diff options
Diffstat (limited to 'plugins/Popup/src/opt_adv.h')
-rw-r--r-- | plugins/Popup/src/opt_adv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Popup/src/opt_adv.h b/plugins/Popup/src/opt_adv.h index 8b2774c4bf..cadf0c4648 100644 --- a/plugins/Popup/src/opt_adv.h +++ b/plugins/Popup/src/opt_adv.h @@ -30,7 +30,7 @@ void OptAdv_RegisterVfx(char *name); void OptAdv_UnregisterVfx();
void LoadOption_AdvOpts();
-INT_PTR CALLBACK DlgProcPopUpAdvOpts(HWND, UINT, WPARAM, LPARAM);
+INT_PTR CALLBACK DlgProcPopupAdvOpts(HWND, UINT, WPARAM, LPARAM);
#endif // __opt_adv_h__
|