From d2bd8a6f370095946444ccfa54e8ac4947a00388 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Mon, 28 Feb 2022 10:00:05 +0300 Subject: NEN: fix tab options name --- plugins/NewEventNotify/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewEventNotify/src') diff --git a/plugins/NewEventNotify/src/options.cpp b/plugins/NewEventNotify/src/options.cpp index 0d6c566b03..35e1b7cef4 100644 --- a/plugins/NewEventNotify/src/options.cpp +++ b/plugins/NewEventNotify/src/options.cpp @@ -422,7 +422,7 @@ int OptionsAdd(WPARAM addInfo, LPARAM) odp.szTitle.a = LPGEN("Event Notify"); odp.szGroup.a = LPGEN("Popups"); - odp.szTab.a = LPGEN("Main"); + odp.szTab.a = LPGEN("Main options"); odp.pDialog = new COptionsMainDlg(); g_plugin.addOptions(addInfo, &odp); -- cgit v1.2.3