mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
ide: Fixed issue with Synchronize translation files
git-svn-id: svn://ultimatepp.org/upp/trunk@12596 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ee012188b4
commit
3acb864e59
1 changed files with 3 additions and 3 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue