summaryrefslogtreecommitdiff
path: root/plugins/Db_autobackups
diff options
context:
space:
mode:
authorSergey Tatarinov <tatarinov.sergey@gmail.com>2013-04-23 16:40:15 +0000
committerSergey Tatarinov <tatarinov.sergey@gmail.com>2013-04-23 16:40:15 +0000
commitbfeb3b2b1088278afb247d82085174aaf97e2cc6 (patch)
treeded15241178629dd405282daa54faeb7f07ea141 /plugins/Db_autobackups
parent2b7c50a79e27cc49a94df298176c67a0b602dc57 (diff)
- regression fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@4517 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db_autobackups')
-rw-r--r--plugins/Db_autobackups/src/options.cpp2
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: