summaryrefslogtreecommitdiff
path: root/plugins/BuddyPounce/src/headers.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-04-05 18:07:23 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-04-05 18:07:23 +0000
commit17c5cb13ea3d95198daea74c6359fab58b12b058 (patch)
treec3249c2a8085c86dc7f026a5b03d464c5b5f1c7d /plugins/BuddyPounce/src/headers.h
parent43b2c1ada4ff0cfa2d915f888d61a498d05a683f (diff)
- BuddyPounce - code cleaning, try to fix #295 (patch from person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@4322 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BuddyPounce/src/headers.h')
-rw-r--r--plugins/BuddyPounce/src/headers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/BuddyPounce/src/headers.h b/plugins/BuddyPounce/src/headers.h
index de87db585b..39fa4d301a 100644
--- a/plugins/BuddyPounce/src/headers.h
+++ b/plugins/BuddyPounce/src/headers.h
@@ -66,7 +66,7 @@ extern HINSTANCE hInst;
// main.c
void SendPounce(TCHAR* text, HANDLE hContact);
-//dialog.c
+//dialog.c
INT_PTR CALLBACK BuddyPounceDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
INT_PTR CALLBACK BuddyPounceSimpleDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
INT_PTR CALLBACK BuddyPounceOptionsDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);