summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/TopToolBar/src/ttbopt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TopToolBar/src/ttbopt.cpp b/plugins/TopToolBar/src/ttbopt.cpp
index 7cc8dc1d7d..263d80ba7f 100644
--- a/plugins/TopToolBar/src/ttbopt.cpp
+++ b/plugins/TopToolBar/src/ttbopt.cpp
@@ -34,7 +34,7 @@ static HTREEITEM AddLine(HWND hTree, TopButtonInt *b, HTREEITEM hItem, HIMAGELIS
else index = ImageList_AddIcon(il, b->hIconUp);
tmp = mir_a2u(b->pszName);
- tvis.item.pszText = TranslateW(tmp);
+ tvis.item.pszText = TranslateW_LP(tmp, b->pPlugin);
}
tvis.item.iImage = tvis.item.iSelectedImage = index;