diff --git a/LameXP.rc b/LameXP.rc
index 5546e921..9adcef2e 100644
--- a/LameXP.rc
+++ b/LameXP.rc
@@ -120,6 +120,7 @@ IDR_WAVE_WOOHOO WAVE "res\\sounds\\woohoo.wav"
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON1 ICON "res\\MainIcon.ico"
+IDI_ICON2 ICON "res\\FolderIcon.ico"
#endif // German (Germany) resources
/////////////////////////////////////////////////////////////////////////////
diff --git a/doc/FAQ.html b/doc/FAQ.html
index c6cc4cdd..3bb00c6e 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -259,7 +259,24 @@ thus a single encoder instance may create several threads - LameXP has no contro
-How can I translate LameXP to my language or improve an existing translation?
+Why do I get the error 'Executable doesn't support Windows compatibility mode' on startup?
+
+LameXP was desigend to run on all supported platforms natively (except for Linux/Wine). If you see this error
+message, that's probably because your system is configured to run LameXP in 'compatibbility mode', i.e. your
+system will pretend an older OS version than is actually running. In Windows Explorer you can disable the
+compatibility mode by right-clicking on the 'LameXP.exe' file, choosing 'Properties' from the context menu,
+switching to the 'Compatibility' tab and un-checking the 'Run this program in compatibility mode' option.
+
+
+
+Why do I get the error 'Executable requires Windows 2000 or later' on startup?
+
+You are trying to run LameXP on a platform that is NOT supported, such as Windows 95, Windows 98 or Windows
+Millenium Edition. This can also happen, if your system is configured to run LameXP in compatibility mode.
+
+
+
+How can I translate LameXP to my language or improve an existing translation?
Please see the guide for translators at: