- /**
- This must be called to tell the controller where to find the
- documentation.
- If a locale is set, look in file/localename, i.e.
- If passed "/usr/local/myapp/help" and the current wxLocale is
- set to be "de", then look in "/usr/local/myapp/help/de/"
- first and fall back to "/usr/local/myapp/help" if that
- doesn't exist.
-
- @param file
- NOT a filename, but a directory name.
-
- @return @true on success
- */
- virtual bool Initialize(const wxString& dir, int server);
-