From fd63211b8d9904cb53f371ffb55a5956e6605a86 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Tue, 20 Jun 2023 20:08:34 +0300 Subject: Scriver: proper icon names --- plugins/Scriver/src/globals.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Scriver/src') diff --git a/plugins/Scriver/src/globals.cpp b/plugins/Scriver/src/globals.cpp index abc572b122..546374c9b1 100644 --- a/plugins/Scriver/src/globals.cpp +++ b/plugins/Scriver/src/globals.cpp @@ -41,8 +41,8 @@ static IconItem iconList1[] = { LPGEN("Incoming message (10x10)"), "INCOMING", IDI_INCOMING, 10}, // 12 { LPGEN("Outgoing message (10x10)"), "OUTGOING", IDI_OUTGOING, 10}, // 13 { LPGEN("Notice (10x10)"), "NOTICE", IDI_NOTICE, 10}, // 14 - { LPGEN("Secure message"), "SECURE", IDI_SECURE, 10}, // 15 - { LPGEN("Secure message (verified)"), "STRONG", IDI_STRONG, 10}, // 16 + { LPGEN("Secure message (10x10)"), "SECURE", IDI_SECURE, 10}, // 15 + { LPGEN("Secure message (verified) (10x10)"), "STRONG", IDI_STRONG, 10}, // 16 }; static IconItem iconList2[] = -- cgit v1.2.3