SearchDialog sd = new SearchDialog(YaFrame.get(), currentMap);
sd.setVisible(true);
} else if (command.equals(Resources.getString("menu.help.about"))) {
showAboutDialog();
} else if (command.equals(Resources.getString("menu.edit.preferences"))) {
ConfigurationDialog dialog = new ConfigurationDialog(YaFrame.get());
dialog.configure();
} else {
System.out.println(event);
}
}