diff options
author | Sergey Tatarinov <tatarinov.sergey@gmail.com> | 2013-04-23 16:40:15 +0000 |
---|---|---|
committer | Sergey Tatarinov <tatarinov.sergey@gmail.com> | 2013-04-23 16:40:15 +0000 |
commit | bfeb3b2b1088278afb247d82085174aaf97e2cc6 (patch) | |
tree | ded15241178629dd405282daa54faeb7f07ea141 /plugins | |
parent | 2b7c50a79e27cc49a94df298176c67a0b602dc57 (diff) |
- regression fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@4517 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Db_autobackups/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db_autobackups/src/options.cpp b/plugins/Db_autobackups/src/options.cpp index 839aacc582..f90da0aa85 100644 --- a/plugins/Db_autobackups/src/options.cpp +++ b/plugins/Db_autobackups/src/options.cpp @@ -1,5 +1,6 @@ #include "headers.h"
+HWND hPathTip;
Options options;
int LoadOptions(void)
@@ -137,7 +138,6 @@ int CALLBACK BrowseProc(HWND hwnd,UINT uMsg, LPARAM lParam, LPARAM lpData) INT_PTR CALLBACK DlgProcOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
{
TCHAR folder_buff[MAX_PATH] = {0};
- HWND hPathTip = NULL;
switch (msg) {
case WM_INITDIALOG:
|