diff options
author | George Hazan <ghazan@miranda.im> | 2022-08-10 19:29:33 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-08-10 19:29:33 +0300 |
commit | 7e4e337222f755ae9aff7513e710d3652c40cd53 (patch) | |
tree | a68c036ee92c4c260ea3b4555254664d71bbf746 /src | |
parent | 2a3f0441688ec79c87a28d8526d6d59668497ebd (diff) |
fixes #3154 (Core: дублируется значок "Page")
Diffstat (limited to 'src')
-rw-r--r-- | src/core/stduserinfo/src/userinfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/stduserinfo/src/userinfo.cpp b/src/core/stduserinfo/src/userinfo.cpp index 4c57fe75cf..109fd6bbbf 100644 --- a/src/core/stduserinfo/src/userinfo.cpp +++ b/src/core/stduserinfo/src/userinfo.cpp @@ -620,7 +620,6 @@ static IconItem iconList[] = { LPGEN("Contact"), "contact", IDI_CONTACT },
{ LPGEN("Location"), "location", IDI_LOCATION },
{ LPGEN("Notes"), "notes", IDI_NOTES },
- { LPGEN("Page"), "Page", IDI_ITEM },
{ LPGEN("Summary"), "summary", IDI_SUMMARY },
{ LPGEN("Work"), "work", IDI_WORK },
};
|