mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Windows XP or later is required
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37982 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e966a492ae
commit
7832d3c275
@ -22,8 +22,8 @@ Initialization function
|
||||
Function .onInit
|
||||
|
||||
${IfNot} ${IsNT}
|
||||
${OrIfNot} ${AtLeastWin2000}
|
||||
MessageBox MB_OK|MB_ICONSTOP "${APP_NAME} ${APP_VERSION} requires Windows 2000 or later."
|
||||
${OrIfNot} ${AtLeastWinXP}
|
||||
MessageBox MB_OK|MB_ICONSTOP "${APP_NAME} ${APP_VERSION} requires Windows XP or later."
|
||||
Quit
|
||||
${EndIf}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user