FAQ bug in IDE

The Arduino IDE code in pde.jar seems to have the link to the FAQ hardcoded as lowercase "faq.html". That link doesn't work on case-sensitive file systems; the file isn't found. Changing the link to match case with the actual file ("FAQ.html") should work regardless of whether the filesystem cares about case.

Forgot to mention that this is with the Linux 32-bit download: http://arduino.googlecode.com/files/arduino-0018.tgz

I just committed a fix to the source, so this will be in the next release.