diff options
Diffstat (limited to 'plugins/FingerprintNG/src/options.cpp')
-rw-r--r-- | plugins/FingerprintNG/src/options.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/FingerprintNG/src/options.cpp b/plugins/FingerprintNG/src/options.cpp index 704627d9b8..82caec4b3e 100644 --- a/plugins/FingerprintNG/src/options.cpp +++ b/plugins/FingerprintNG/src/options.cpp @@ -53,7 +53,7 @@ static settings[] = {IDC_GROUP_OVERLAYS_PLATFORM, "GroupOverlaysPlatform"},
{IDC_GROUP_OVERLAYS_UNICODE, "GroupOverlaysUnicode"},
{IDC_GROUP_OVERLAYS_PROTO, "GroupOverlaysProtos"},
-// {IDC_GROUP_OVERLAYS_SECURITY, "GroupOtherProtos"}
+ {IDC_GROUP_OVERLAYS_SECURITY, "GroupOverlaysSecurity"}
};
/*static void OptDlgChanged(HWND hwndDlg, BOOL show)
@@ -117,8 +117,7 @@ static INT_PTR CALLBACK DlgProcOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LP case IDC_GROUP_OVERLAYS_PLATFORM:
case IDC_GROUP_OVERLAYS_PROTO:
case IDC_GROUP_OVERLAYS_UNICODE:
-// case IDC_GROUP_OVERLAYS_SECURITY:
- //OptDlgChanged(hwndDlg, false);
+ case IDC_GROUP_OVERLAYS_SECURITY:
SendMessage(GetParent(hwndDlg), PSM_CHANGED, 0, 0);
break;
|