summaryrefslogtreecommitdiff
path: root/plugins/Db_autobackups/src/headers.h
diff options
context:
space:
mode:
authorSergey Tatarinov <tatarinov.sergey@gmail.com>2014-03-18 15:17:48 +0000
committerSergey Tatarinov <tatarinov.sergey@gmail.com>2014-03-18 15:17:48 +0000
commit806c7235a85177c0582a6b3c0f7ce395ffbaec20 (patch)
tree242391f39c0718f2e10f08e1a7a126c378198b5c /plugins/Db_autobackups/src/headers.h
parent6b3e9ea9d6481717040ad7a257f14bb83f83eb9d (diff)
Db_autobackups:
- By clicking on the popup opens the folder with the backup - Minor cosmetics git-svn-id: http://svn.miranda-ng.org/main/trunk@8652 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db_autobackups/src/headers.h')
-rw-r--r--plugins/Db_autobackups/src/headers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db_autobackups/src/headers.h b/plugins/Db_autobackups/src/headers.h
index 447c2bd885..faec38492e 100644
--- a/plugins/Db_autobackups/src/headers.h
+++ b/plugins/Db_autobackups/src/headers.h
@@ -29,7 +29,7 @@
#define DIR L"%miranda_userdata%"
-void ShowPopup(TCHAR* text, TCHAR* header);
+void ShowPopup(TCHAR* ptszText, TCHAR* ptszHeader, TCHAR* ptszPath);
INT_PTR DBSaveAs(WPARAM wParam, LPARAM lParam);
INT_PTR ABService(WPARAM wParam, LPARAM lParam);
int Backup(TCHAR* backup_filename);