From 258d7bfb5327f30de316ecd893d0c5f0f93e0fd3 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sat, 14 Jun 2014 17:17:56 +0000 Subject: XSoundNotify: Use status descriptions from core git-svn-id: http://svn.miranda-ng.org/main/trunk@9478 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/XSoundNotify/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/XSoundNotify/src/options.cpp') diff --git a/plugins/XSoundNotify/src/options.cpp b/plugins/XSoundNotify/src/options.cpp index c862d9a6a8..f7df767ace 100644 --- a/plugins/XSoundNotify/src/options.cpp +++ b/plugins/XSoundNotify/src/options.cpp @@ -228,7 +228,7 @@ static INT_PTR CALLBACK OptsProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM l return FALSE; } -INT OptInit(WPARAM wParam, LPARAM lParam) +INT OptInit(WPARAM wParam, LPARAM) { OPTIONSDIALOGPAGE odp = { sizeof(odp) }; odp.position = 100000000; -- cgit v1.2.3