From 713042d5e93f1a19c26480e41d4d6df629f853a3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 21 Feb 2024 13:40:59 +0300 Subject: Icons' options went under Customize branch --- plugins/FingerprintNG/src/options.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'plugins/FingerprintNG') diff --git a/plugins/FingerprintNG/src/options.cpp b/plugins/FingerprintNG/src/options.cpp index d9b56c26ac..6cde2061ff 100644 --- a/plugins/FingerprintNG/src/options.cpp +++ b/plugins/FingerprintNG/src/options.cpp @@ -120,10 +120,11 @@ public: int OnOptInitialise(WPARAM wParam, LPARAM) { OPTIONSDIALOGPAGE odp = {}; - odp.szGroup.w = LPGENW("Icons"); - odp.szTitle.w = LPGENW("Fingerprint"); + odp.flags = ODPF_BOLDGROUPS; + odp.szGroup.a = LPGEN("Customize"); + odp.szTitle.a = LPGEN("Icons"); + odp.szTab.a = LPGEN("Fingerprint"); odp.pDialog = new COptDialog; - odp.flags = ODPF_BOLDGROUPS | ODPF_UNICODE; g_plugin.addOptions(wParam, &odp); return 0; } -- cgit v1.2.3