[qet] [4121] Nsis Installers : Fix warning message

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 4121
Author:   scorpio810
Date:     2015-08-15 17:36:03 +0200 (Sat, 15 Aug 2015)
Log Message:
-----------
Nsis Installers : Fix warning message

Modified Paths:
--------------
    trunk/packaging/windows/QET64.nsi

Modified: trunk/packaging/windows/QET64.nsi
===================================================================
--- trunk/packaging/windows/QET64.nsi	2015-08-15 12:37:46 UTC (rev 4120)
+++ trunk/packaging/windows/QET64.nsi	2015-08-15 15:36:03 UTC (rev 4121)
@@ -13,9 +13,7 @@
 	!define PROC 32 ; 
 !endif
 
-LangString wrongArch ${LANG_ENGLISH} "This distribution is for ${PROC} bits computers only."
-LangString wrongArch ${LANG_FRENCH} "Ce programme est pour Windows ${PROC} bits seulement."
-	
+
 ; MUI Settings
 ;--------------------------------
 ;General
@@ -284,8 +282,9 @@
 
 ${If} ${RunningX64}
 ${Else}
-    MessageBox MB_OK|MB_ICONSTOP $(wrongArch)
-	Abort $(wrongArch)
+    MessageBox MB_OK|MB_ICONSTOP \
+    "This version is only for Windows 64 bits computers."
+	Abort 
 ${EndIf}
 	!insertmacro MUI_LANGDLL_DISPLAY
 


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/