diff options
author | George Hazan <ghazan@miranda.im> | 2019-05-29 14:12:44 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-05-29 14:12:44 +0300 |
commit | 56bdae442699a6defb1b783ed4d8e81824acf8de (patch) | |
tree | e07a7467d75b3d7c2bb247bbff791ab2e47fbb45 /plugins/UserInfoEx/src | |
parent | 2610fee647614e9e13daef898b99315c26fa987c (diff) |
all icons with keys replaced with skin password icon SKINICON_OTHER_KEYS
Diffstat (limited to 'plugins/UserInfoEx/src')
-rw-r--r-- | plugins/UserInfoEx/src/mir_icolib.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/mir_icolib.cpp b/plugins/UserInfoEx/src/mir_icolib.cpp index 8d13206a7c..311c01bca1 100644 --- a/plugins/UserInfoEx/src/mir_icolib.cpp +++ b/plugins/UserInfoEx/src/mir_icolib.cpp @@ -31,7 +31,6 @@ static IconItem icons1[] = {
// common
{ "common_im", LPGEN("IM naming"), IDI_MIRANDA },
- { "common_password", LPGEN("Password"), IDI_PASSWORD },
{ "common_female", LPGEN("Female"), IDI_FEMALE },
{ "common_male", LPGEN("Male"), IDI_MALE },
{ "common_birthday", LPGEN("Birthday"), IDI_BIRTHDAY },
|