diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-06 22:55:31 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-06 22:55:31 +0000 |
commit | 8aaa40ff5a7bd0b08d1450a7cc1d30daa4593457 (patch) | |
tree | eb355033a585f005b0df42bb252565250a980639 /plugins/!NotAdopted/SmartAutoReplier | |
parent | e732d8db600020536fabf5134fe25facf868cdb0 (diff) |
more unnecessary spaces
git-svn-id: http://svn.miranda-ng.org/main/trunk@6383 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!NotAdopted/SmartAutoReplier')
-rw-r--r-- | plugins/!NotAdopted/SmartAutoReplier/GUI/OptionsDlg.cpp | 2 | ||||
-rw-r--r-- | plugins/!NotAdopted/SmartAutoReplier/comfunc.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/!NotAdopted/SmartAutoReplier/GUI/OptionsDlg.cpp b/plugins/!NotAdopted/SmartAutoReplier/GUI/OptionsDlg.cpp index 1f25812101..29916f0f5f 100644 --- a/plugins/!NotAdopted/SmartAutoReplier/GUI/OptionsDlg.cpp +++ b/plugins/!NotAdopted/SmartAutoReplier/GUI/OptionsDlg.cpp @@ -408,7 +408,7 @@ BEGIN_PROTECT_AND_LOG_CODE DWORD dwptr = static_cast<DWORD>(m_listRules.GetItemData(nIndex));
if (dwptr)/// we have ptr
{
- if (MessageBox(TranslateTS(TEXT("Do you really want delete selected rule ?")), g_strPluginName, MB_YESNO) == IDNO)
+ if (MessageBox(TranslateTS(TEXT("Do you really want delete selected rule?")), g_strPluginName, MB_YESNO) == IDNO)
return FALSE;
CRulesStorage & hash = g_pMessHandler->getSettings().getStorage();
diff --git a/plugins/!NotAdopted/SmartAutoReplier/comfunc.cpp b/plugins/!NotAdopted/SmartAutoReplier/comfunc.cpp index 0f79871fbb..f7d18b1a6c 100644 --- a/plugins/!NotAdopted/SmartAutoReplier/comfunc.cpp +++ b/plugins/!NotAdopted/SmartAutoReplier/comfunc.cpp @@ -35,7 +35,7 @@ bool NotifyAboutWrongSettings(LPTSTR szFile) _tcscat(szTxt, szFile);
_tcscat(szTxt, TEXT(" is corrupted !\n"));
_tcscat(szTxt, TEXT("As a result plugin can crush.\n"));
- _tcscat(szTxt, TEXT("Reset settings to default ?"));
+ _tcscat(szTxt, TEXT("Reset settings to default?"));
DWORD dw = MessageBox(NULL, TranslateTS(szTxt), g_strPluginName, MB_YESNO);
return (dw == IDYES);
|