if (personalMode)
toolMenu.add(makeMenuItem(PROBE_DIALOG));
if (Settings.isReadWrite()) {
toolMenu.add(new ShowImportWizardAction(resources.getString(IMPORT)));
toolMenu.add(new ShowExportWizardAction(resources.getString(EXPORT)));
}
addToolExtensions(toolMenu, extensionItems, "data");
toolMenu.addSeparator();
int sepCount = toolMenu.getMenuComponentCount();