Short term todo (before next 0.7 release):
* change toolbar tooltips after changing a language
* use MultiByteToWideChar() 
  (http://msdn2.microsoft.com/en-us/library/ms776413.aspx) with CP_UTF8
  for utf8->utf16 conversion
* make selection use left mouse button, not right
* when starting for the first time, detect language from windows settings
  see http://msdn2.microsoft.com/en-us/library/bb507201.aspx, GetLocaleInfo(),
  LOCALE_ICOUNTRY
* write a web page about how to translate the files

Long term todo:
* find
* show table of contents
* check for new version on-line
* crash reporting with breakpad
* show keybindings in help
* better, animated about screen
* a nicer way to show selected text
* convert WindowInfo_* to a class

