From d2e609471178d3026f1c9ba140f4804b0ae12eb7 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Thu, 29 Jan 2015 19:28:18 +0000 Subject: Watrack: translate default templates git-svn-id: http://svn.miranda-ng.org/main/trunk@11952 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Watrack/status/i_opt_tmpl.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins') diff --git a/plugins/Watrack/status/i_opt_tmpl.inc b/plugins/Watrack/status/i_opt_tmpl.inc index 9f5ea87907..9d717198da 100644 --- a/plugins/Watrack/status/i_opt_tmpl.inc +++ b/plugins/Watrack/status/i_opt_tmpl.inc @@ -89,16 +89,16 @@ begin if isVarsInstalled then begin - StrDupW(strings^[1].text,defAltTemplate); - StrDupW(strings^[4].text,defAltChannelText); + StrDupW(strings^[1].text,TranslateW(defAltTemplate)); + StrDupW(strings^[4].text,TranslateW(defAltChannelText)); end else begin - StrDupW(strings^[1].text,defTemplate); - StrDupW(strings^[4].text,defChannelText); + StrDupW(strings^[1].text,TranslateW(defTemplate)); + StrDupW(strings^[4].text,TranslateW(defChannelText)); end; - StrDupW(strings^[2].text,defStatusTitle); - StrDupW(strings^[3].text,defStatusText); + StrDupW(strings^[2].text,TranslateW(defStatusTitle)); + StrDupW(strings^[3].text,TranslateW(defStatusText)); tmpl:=@StrTemplates^[DefaultTemplate]; if tmpl^[0,tmpl_first]=smallint(dubtmpl) then -- cgit v1.2.3