diff options
| author | dartraiden <wowemuh@gmail.com> | 2022-02-28 10:00:05 +0300 |
|---|---|---|
| committer | dartraiden <wowemuh@gmail.com> | 2022-02-28 10:00:05 +0300 |
| commit | d2bd8a6f370095946444ccfa54e8ac4947a00388 (patch) | |
| tree | 2d4cc71bc0dceedbb105bd4003e45623bb231657 | |
| parent | 4486400f900e1e7520ab88e4f8675af395e4cdc5 (diff) | |
NEN: fix tab options name
| -rw-r--r-- | plugins/NewEventNotify/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|
