From 7ad7dc2a281fbe2442bf3e8efe594e4ffdd0c5de Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 15 Aug 2012 10:48:34 +0000 Subject: - folder's path isn't updated upon change in Options; - plugin's own directory should be skipped during scan; - minor code optimization git-svn-id: http://svn.miranda-ng.org/main/trunk@1464 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/PluginUpdater/src/Notifications.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/PluginUpdater/src/Notifications.cpp') diff --git a/plugins/PluginUpdater/src/Notifications.cpp b/plugins/PluginUpdater/src/Notifications.cpp index 2b7a4ca923..c3a83f802f 100644 --- a/plugins/PluginUpdater/src/Notifications.cpp +++ b/plugins/PluginUpdater/src/Notifications.cpp @@ -95,7 +95,7 @@ static INT_PTR CALLBACK PopupDlgProc2(HWND hDlg, UINT uMsg, WPARAM wParam, LPARA return DefWindowProc(hDlg, uMsg, wParam, lParam); } -static VOID MakePopupAction(POPUPACTION &pa, INT id) +static void MakePopupAction(POPUPACTION &pa, int id) { pa.cbSize = sizeof(POPUPACTION); pa.flags = PAF_ENABLED; @@ -260,7 +260,7 @@ static void ApplyUpdates(void* param) return; } - INT rc = -1; + int rc = -1; PopupDataText temp; temp.Title = TranslateT("Plugin Updater"); temp.Text = tszBuff; -- cgit v1.2.3