Author: max.andersen(a)jboss.com
Date: 2007-11-08 08:47:04 -0500 (Thu, 08 Nov 2007)
New Revision: 4787
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/wizards/ConsoleConfigurationWizardPage.java
Log:
spelling error
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/wizards/ConsoleConfigurationWizardPage.java
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/wizards/ConsoleConfigurationWizardPage.java 2007-11-08
13:14:39 UTC (rev 4786)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/wizards/ConsoleConfigurationWizardPage.java 2007-11-08
13:47:04 UTC (rev 4787)
@@ -392,7 +392,7 @@
}
private UpDownListComposite buildMappingFileTable(Composite parent) {
- mappingFilesViewer = new UpDownListComposite(parent, SWT.NONE, "Additonal mapping
files (not listed in cfg.xml)") {
+ mappingFilesViewer = new UpDownListComposite(parent, SWT.NONE, "Additional mapping
files (not listed in cfg.xml)") {
protected Object[] handleAdd(int idx) {
TableItem[] items = getTable().getItems();
IPath[] exclude = new IPath[items.length];
Show replies by date