diff options
author | George Hazan <ghazan@miranda.im> | 2022-06-10 19:57:46 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-06-10 19:57:46 +0300 |
commit | aeb730d93c2a3a68fc0644b905198f30e45d150a (patch) | |
tree | ad5ed6d4b1253fc8c5df8e3278859af57b4560b6 /plugins/StopSpamPlus/res | |
parent | 2b716f5b831d86169c3c08585a8d79556a11fed3 (diff) |
fixes #3099 (StopSpam: убрать инверсную логику)
Diffstat (limited to 'plugins/StopSpamPlus/res')
-rw-r--r-- | plugins/StopSpamPlus/res/stopspam.rc | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/plugins/StopSpamPlus/res/stopspam.rc b/plugins/StopSpamPlus/res/stopspam.rc index 7ee8a32c79..2f4b414983 100644 --- a/plugins/StopSpamPlus/res/stopspam.rc +++ b/plugins/StopSpamPlus/res/stopspam.rc @@ -48,7 +48,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- LTEXT "Disable protection for following accounts:",IDC_STATIC,24,7,216,11
+ LTEXT "Enable protection for following accounts:",IDC_STATIC,24,7,216,11
CONTROL "",IDC_PROTO,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_AUTOARRANGE | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,24,22,216,166
END
@@ -135,6 +135,17 @@ END #endif // APSTUDIO_INVOKED
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// AFX_DIALOG_LAYOUT
+//
+
+IDD_PROTO AFX_DIALOG_LAYOUT
+BEGIN
+ 0
+END
+
#endif // Russian (Russia) resources
/////////////////////////////////////////////////////////////////////////////
|