Small fix for French and German users - search strings
kilolife [04-12-16 - 18:26]
Small fix for French and German users - search strings
diff --git a/Changelog b/Changelog
index cf0a692..1d17e1f 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,6 @@
+1.6-r.5
+Small fix for French and German users - search strings.
+
1.6-r.4
Workaround for French and German users. Unfortunately, they will not be able to read the letters that were written in Russian.
diff --git a/RuEsoChat.lua b/RuEsoChat.lua
index 6aaf2a5..8b4e847 100644
--- a/RuEsoChat.lua
+++ b/RuEsoChat.lua
@@ -2,6 +2,7 @@ ZO_ChatWindowTextEntryEditBox:SetFont("RuEsoChat/fonts/univers57.ttf|" .. GetCha
if GetCVar("language.2") == "en" or GetCVar("language.2") == "ru"
then
ZoFontGame:SetFont("RuEsoChat/fonts/univers57.ttf|18|shadow");
+ ZoFontEdit:SetFont("RuEsoChat/fonts/univers57.ttf|18|shadow");
ZoFontWinH4:SetFont("RuEsoChat/fonts/univers67.ttf|18|shadow");
end
diff --git a/RuEsoChat.txt b/RuEsoChat.txt
index 618c06b..91ba253 100644
--- a/RuEsoChat.txt
+++ b/RuEsoChat.txt
@@ -6,7 +6,7 @@
## Title: RuEso Chat
## APIVersion: 100014
## Author: TERAB1T, |cEFEBBESkrigger|r
-## Version: 1.6-r.4
+## Version: 1.6-r.5
RuEsoChat.lua
RuEsoChat.xml
diff --git a/RuEsoChat.xml b/RuEsoChat.xml
index 177949d..a766d74 100644
--- a/RuEsoChat.xml
+++ b/RuEsoChat.xml
@@ -4,6 +4,5 @@
<Font name="ZoFontChat" font="$(RUESO_CHAT_FONT)|18|soft-shadow-thin" />
<Font name="ZoFontEditChat" font="$(RUESO_CHAT_FONT)|18|shadow" />
- <Font name="ZoFontEdit" font="$(RUESO_CHAT_FONT)|18|shadow"/>
</GuiXml>