Page 1 of 1

Typo in celestia.vcproj

Posted: 01.12.2009, 10:49
by Boux
There is a typo in line 1504 of the VC++ project file.
It reads
RelativePath=".\src\celestia\win32\winviewo ptsdlg.h"
It should read
RelativePath=".\src\celestia\win32\winviewoptsdlg.h"
Not a big deal but a bit annoying as it makes the IDE throw an error when one wants to edit the header file to make some changes there.