From 8aaa40ff5a7bd0b08d1450a7cc1d30daa4593457 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sun, 6 Oct 2013 22:55:31 +0000 Subject: more unnecessary spaces git-svn-id: http://svn.miranda-ng.org/main/trunk@6383 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Folders/src/dlg_handlers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Folders/src') diff --git a/plugins/Folders/src/dlg_handlers.cpp b/plugins/Folders/src/dlg_handlers.cpp index cfede62880..efd72f889b 100644 --- a/plugins/Folders/src/dlg_handlers.cpp +++ b/plugins/Folders/src/dlg_handlers.cpp @@ -112,7 +112,7 @@ static int ChangesNotSaved(HWND hWnd, PFolderItem item) static void CheckForChanges(HWND hWnd, int bNeedConfirmation = 1) { if (ChangesNotSaved(hWnd, lastItem)) - if ((!bNeedConfirmation) || MessageBox(hWnd, TranslateT("Some changes weren't saved. Apply the changes now ?"), TranslateT("Changes not saved"), MB_YESNO | MB_ICONINFORMATION) == IDYES) + if ((!bNeedConfirmation) || MessageBox(hWnd, TranslateT("Some changes weren't saved. Apply the changes now?"), TranslateT("Changes not saved"), MB_YESNO | MB_ICONINFORMATION) == IDYES) SaveItem(hWnd, lastItem, TRUE); } -- cgit v1.2.3