summaryrefslogtreecommitdiff
path: root/plugins/Db_autobackups/src/options.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-12-26 11:07:39 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-12-26 11:07:39 +0000
commitdce74f9eca2431927441ec8b12aac540c1add345 (patch)
tree2448d01a17feb8a8446fe9269fa0509350a89189 /plugins/Db_autobackups/src/options.cpp
parent80372bf551c87ba14fe6ccd02391909955938f22 (diff)
cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@2849 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db_autobackups/src/options.cpp')
-rw-r--r--plugins/Db_autobackups/src/options.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/Db_autobackups/src/options.cpp b/plugins/Db_autobackups/src/options.cpp
index 0da85de0f3..c1572c1a72 100644
--- a/plugins/Db_autobackups/src/options.cpp
+++ b/plugins/Db_autobackups/src/options.cpp
@@ -123,15 +123,15 @@ int SetDlgState(HWND hwndDlg)
int CALLBACK BrowseProc(HWND hwnd,UINT uMsg, LPARAM lParam, LPARAM lpData)
{
- switch(uMsg)
- {
- case BFFM_INITIALIZED:
+ switch(uMsg)
+ {
+ case BFFM_INITIALIZED:
TCHAR *folder = Utils_ReplaceVarsT(options.folder);
SendMessage(hwnd, BFFM_SETSELECTION, TRUE, (LPARAM)folder);
mir_free(folder);
- break;
- }
- return 0;
+ break;
+ }
+ return 0;
}
INT_PTR CALLBACK DlgProcOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)