summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2017-12-06 00:32:04 +0300
committerKirill Volinsky <mataes2007@gmail.com>2017-12-06 00:33:49 +0300
commit79effcc630cf9264206d892b2e3791d67813257f (patch)
tree345f5098fd17e15f223cdc8115f6fbb8ab53c6f3 /plugins/Clist_modern
parent7cf8ea2d9817e729af3a5596c34bee17a2bfe163 (diff)
convert txt files to utf-8
Diffstat (limited to 'plugins/Clist_modern')
-rw-r--r--plugins/Clist_modern/docs/FAQ[En].txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/docs/FAQ[En].txt b/plugins/Clist_modern/docs/FAQ[En].txt
index ac5fc14a08..8a9c271d73 100644
--- a/plugins/Clist_modern/docs/FAQ[En].txt
+++ b/plugins/Clist_modern/docs/FAQ[En].txt
@@ -9,7 +9,7 @@ Q: What is ANSI and UNICODE version what difference is?
A: Unicode and ANSI are text coding schemas. UNICONE is newest and allows to use several languages including Chinese etc. in same program. But ANSI allows use only two: English and one other (Cyrillic or Eastern European etc.) ANSI is former encoding and support native by any versions of Windows. Unicode is supported only by Windows 200 and later.
Q: What OS supported?
-A: Windows XP preferred (I use it for development and myself and tested on it), Windows 2000 (I not tested it but it should work with may be some glitches), old systems like Windows 9x, ME – not tested and if it will work it will be with limitation (this OSes not support layered windows).
+A: Windows XP preferred (I use it for development and myself and tested on it), Windows 2000 (I not tested it but it should work with may be some glitches), old systems like Windows 9x, ME – not tested and if it will work it will be with limitation (this OSes not support layered windows).
Q: What are third parties libraries required for modern?
A: Modern required engine to load PNG images. It can be GDI+ engine (pre-installed with Windows XP, Microsoft Office XP or can be download and installed from microsoft) or imagedecoder.dll. (last can be required for other plugins like loadavatars etc.)/ Without it skins used semitransparent images (almost all) can be loaded incorrectly (this images will be absent).