summaryrefslogtreecommitdiff
path: root/plugins/HistorySweeperLight/src
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-03-15 12:54:04 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-03-15 12:54:04 +0000
commite642df20d03b5cf755341cfa97555164d5aeeae1 (patch)
tree7b5281a9f3990ea6b4751893e0b4504528c80807 /plugins/HistorySweeperLight/src
parent98d78ffb4e32ef8fca75927f01a6b692726eb75e (diff)
- translation fixes (patch from Basil)
git-svn-id: http://svn.miranda-ng.org/main/trunk@4051 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistorySweeperLight/src')
-rw-r--r--plugins/HistorySweeperLight/src/options.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/HistorySweeperLight/src/options.cpp b/plugins/HistorySweeperLight/src/options.cpp
index cba8459859..2d13aefd7f 100644
--- a/plugins/HistorySweeperLight/src/options.cpp
+++ b/plugins/HistorySweeperLight/src/options.cpp
@@ -46,10 +46,10 @@ const char* keep_strings[] =
static IconItem iconList[] =
{
- { "Default Action", "actG", IDI_ACTG },
- { "Action 1", "act1", IDI_ACT1 },
- { "Action 2", "act2", IDI_ACT2 },
- { "Delete All", "actDel", IDI_ACTDEL }
+ { LPGEN("Default Action"), "actG", IDI_ACTG },
+ { LPGEN("Action 1"), "act1", IDI_ACT1 },
+ { LPGEN("Action 2"), "act2", IDI_ACT2 },
+ { LPGEN("Delete All"), "actDel", IDI_ACTDEL }
};
static HANDLE hIconLibItem[SIZEOF(iconList)];