From 3acb864e59b06aa66cd04a7dab7c76586cf6fa15 Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 3 Dec 2018 16:27:35 +0000 Subject: [PATCH] ide: Fixed issue with Synchronize translation files git-svn-id: svn://ultimatepp.org/upp/trunk@12596 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/t.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uppsrc/ide/t.cpp b/uppsrc/ide/t.cpp index 7d9ee0f05..72b41be4a 100644 --- a/uppsrc/ide/t.cpp +++ b/uppsrc/ide/t.cpp @@ -351,9 +351,9 @@ void LangDlg::EnterFile() lang.Add(tf.ls[i], LNGAsText(tf.ls[i])); lang.GoBegin(); - static FontAndColorDisplay normal(Arial(11)(), Null); - static FontAndColorDisplay added(Arial(11)().Bold(), Null); - static FontAndColorDisplay obsolete(Arial(11)().Italic(), Null); + static FontAndColorDisplay normal(ArialZ(11)(), Null); + static FontAndColorDisplay added(ArialZ(11)().Bold(), Null); + static FontAndColorDisplay obsolete(ArialZ(11)().Italic(), Null); text.Clear(); for(int i = 0; i < tf.map.GetCount(); i++) {