#BACKPORT(1.10,1.8)

svn path=/trunk/; revision=51788
This commit is contained in:
Chris Maynard 2013-09-05 17:51:17 +00:00
parent b3f4084c4e
commit f13c30d2c4
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ Function .onInit
!if ${WIRESHARK_TARGET_PLATFORM} == "win64"
; http://forums.winamp.com/printthread.php?s=16ffcdd04a8c8d52bee90c0cae273ac5&threadid=262873
${IfNot} ${RunningX64}
MessageBox MB_OK "This version of Wireshark only runs on x64 machines.\nTry installing the 32-bit version instead." /SD IDOK
MessageBox MB_OK "This version of Wireshark only runs on x64 machines.$\nTry installing the 32-bit version instead." /SD IDOK
Abort
${EndIf}
!endif