diff options
author | dartraiden <wowemuh@gmail.com> | 2022-08-04 22:31:44 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2022-08-04 22:31:59 +0300 |
commit | 175b06257bc63adadbe5f038c703856e1ec413c6 (patch) | |
tree | b8124f596b93521b4fff6a12a48044044c71f02e /plugins/HistoryStats/src/iconlib.cpp | |
parent | cac837555e467fd98716feafae2ce7a6814d3266 (diff) |
HistoryStats: fix regression introduced in https://github.com/miranda-ng/miranda-ng/commit/500dd4848842f6d4207584417448586d060fbd6a
Diffstat (limited to 'plugins/HistoryStats/src/iconlib.cpp')
-rw-r--r-- | plugins/HistoryStats/src/iconlib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryStats/src/iconlib.cpp b/plugins/HistoryStats/src/iconlib.cpp index 26aa494e16..4e2ff979d2 100644 --- a/plugins/HistoryStats/src/iconlib.cpp +++ b/plugins/HistoryStats/src/iconlib.cpp @@ -11,7 +11,7 @@ IconLib::IconInfo IconLib::m_IconInfo[] = { { IDI_HISTORYSTATS , "main_menu" , nullptr, LPGENW("Create statistics (main menu)") },
{ IDI_HISTORYSTATS , "menu_show" , nullptr, LPGENW("Show statistics (main menu)") },
{ IDI_HISTORYSTATS , "menu_config" , nullptr, LPGENW("Configure... (main menu)") },
- { IDI_HISTORYSTATS , "contact_menu" , nullptr, LPGENW("CContact menu") },
+ { IDI_HISTORYSTATS , "contact_menu" , nullptr, LPGENW("Contact menu") },
{ IDI_EXCLUDE_NO , "exclude_no" , nullptr, LPGENW("Unexcluded contacts") },
{ IDI_EXCLUDE_YES , "exclude_yes" , nullptr, LPGENW("Excluded contacts") },
{ IDI_TREE_CHECK1 , "tree_check1" , LPGENW("Options tree"), LPGENW("Checkbox") },
|