mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
Windows XP or later is required
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37983 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
57a34827df
commit
3ec03734be
@ -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