]> git.lyx.org Git - features.git/commit
Give an error message when LyX cannot load a file
authorScott Kostyshak <skostysh@lyx.org>
Thu, 28 Mar 2013 07:46:35 +0000 (03:46 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Sat, 30 Mar 2013 03:58:43 +0000 (23:58 -0400)
commit70eddf2c309e9d6e5db36e34539483d2dc599e86
tree7aac2cad8115e47a91f8f002649dbc5827c240e9
parent2c2c17675d9a5208c3f08176f93aee6d4c1f6c64
Give an error message when LyX cannot load a file

Before, the following commands correctly exited with code 1, but now
a reason for exiting is also given:

  lyx -e pdf2 doesNotExist
  lyx doesNotExist -e pdf2
src/LyX.cpp