Index: ja2-0.12.1r6466/Build/Laptop/IMP_HomePage.cc
===================================================================
--- ja2-0.12.1r6466.orig/Build/Laptop/IMP_HomePage.cc	2009-07-24 11:51:54.000000000 +0100
+++ ja2-0.12.1r6466/Build/Laptop/IMP_HomePage.cc	2009-07-24 11:55:20.000000000 +0100
@@ -333,7 +333,10 @@
 {
 	wchar_t const* msg;
 	if (wcscmp(pPlayerActivationString, L"XEP624") != 0 &&
-			wcscmp(pPlayerActivationString, L"xep624") != 0)
+			wcscmp(pPlayerActivationString, L"xep624") != 0 &&
+			wcscmp(pPlayerActivationString, L"xep") != 0 &&
+			wcscmp(pPlayerActivationString, L"XEP") != 0  &&
+			wcscmp(pPlayerActivationString, L"") != 0)
 	{
 		msg = pImpPopUpStrings[0];
 	}
