From 30ff9acd5fa8d2897e8f206aef8288aa1ce8aa09 Mon Sep 17 00:00:00 2001 From: slotwin Date: Tue, 1 Jul 2014 22:19:54 +0000 Subject: Simple Status Message: proper capitalization (menus and dialogs) git-svn-id: http://svn.miranda-ng.org/main/trunk@9640 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SimpleStatusMsg/src/utils.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'plugins/SimpleStatusMsg/src/utils.cpp') diff --git a/plugins/SimpleStatusMsg/src/utils.cpp b/plugins/SimpleStatusMsg/src/utils.cpp index 39d6e1295a..3880df82a3 100644 --- a/plugins/SimpleStatusMsg/src/utils.cpp +++ b/plugins/SimpleStatusMsg/src/utils.cpp @@ -24,14 +24,14 @@ static LIST arProtoHooks(5); static IconItem iconList[] = { - { LPGEN("Delete Selected"), "cross", IDI_CROSS }, - { LPGEN("Recent Message"), "recent", IDI_HISTORY }, - { LPGEN("Predefined Message"), "predef", IDI_MESSAGE }, - { LPGEN("Add to Predefined"), "add", IDI_PLUS }, - { LPGEN("Clear History"), "clear", IDI_CHIST }, - { LPGEN("Copy Away Message"), "copy", IDI_COPY }, - { LPGEN("Change Status Message"), "csmsg", IDI_CSMSG, }, - { LPGEN("Go to URL in Away Message"), "gotourl", IDI_GOTOURL } + { LPGEN("Delete selected"), "cross", IDI_CROSS }, + { LPGEN("Recent message"), "recent", IDI_HISTORY }, + { LPGEN("Predefined message"), "predef", IDI_MESSAGE }, + { LPGEN("Add to predefined"), "add", IDI_PLUS }, + { LPGEN("Clear history"), "clear", IDI_CHIST }, + { LPGEN("Copy Away message"), "copy", IDI_COPY }, + { LPGEN("Change status message"), "csmsg", IDI_CSMSG, }, + { LPGEN("Go to URL in Away message"), "gotourl", IDI_GOTOURL } }; void IconsInit(void) -- cgit v1.2.3