From 8aaa40ff5a7bd0b08d1450a7cc1d30daa4593457 Mon Sep 17 00:00:00 2001
From: Dart Raiden <wowemuh@gmail.com>
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/Msg_Export/src/options.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'plugins/Msg_Export/src')

diff --git a/plugins/Msg_Export/src/options.cpp b/plugins/Msg_Export/src/options.cpp
index 0fc823fac2..78bf1458e1 100755
--- a/plugins/Msg_Export/src/options.cpp
+++ b/plugins/Msg_Export/src/options.cpp
@@ -809,7 +809,7 @@ static INT_PTR CALLBACK DlgProcMsgExportOpts(HWND hwndDlg, UINT msg, WPARAM wPar
 				{
 					if (bUnaplyedChanges )
 					{
-						DWORD res = MessageBox(hwndDlg, TranslateT("You have unapplyed changes do you wish to apply these first ?"), MSG_BOX_TITEL, MB_YESNOCANCEL);
+						DWORD res = MessageBox(hwndDlg, TranslateT("You have unapplyed changes do you wish to apply these first?"), MSG_BOX_TITEL, MB_YESNOCANCEL);
 						if (res == IDCANCEL )
 							return TRUE;
 						if (res == IDYES )
-- 
cgit v1.2.3