}
AppProperties.setPropertiesFile(NanoDoAMain.nanodoaPropertiesFile);
// Try to create tray icon.
try {
God.trayIAM = new TrayIconAndMenu();
}
catch (AWTException exception) {
SwingUtils.showError(null, "Couldn't create tray icon!");
LogUtils.log(exception);
return false;