diff options
Diffstat (limited to 'plugins/!NotAdopted/SmartAutoReplier/GUI/OptionsDlg.cpp')
-rw-r--r-- | plugins/!NotAdopted/SmartAutoReplier/GUI/OptionsDlg.cpp | 2 |
1 files changed, 1 insertions, 1 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();
|