protected:
// get the path corresponding to the given standard CSIDL_XXX constant
static wxString DoGetDirectory(int csidl);
+
+ // return the directory of the application itself
+ static wxString GetAppDir();
};
// ----------------------------------------------------------------------------