Some minor cleanup

This commit is contained in:
2015-01-03 17:25:09 +01:00
parent 37ee5bd5e6
commit a76c99dfb9
10 changed files with 19 additions and 16 deletions

View File

@@ -136,10 +136,10 @@ public class TxEditorPart extends EditorPart implements ITabbedPropertySheetPage
}
}
}
} catch (InvalidSyntaxException e) {
} catch (Exception e) {
}
MessageDialog.openError(PlatformUI.getWorkbench().getDisplay().getActiveShell(),
"Error loading database", "Could not find database loader implementation");
"Error loading database", "Could not find an usable and applicable database loader implementation");
database=null;
// if(TxEditorPlugin.getDefault().getTransactionDbFactory()!=null){
// database = TxEditorPlugin.getDefault().getTransactionDbFactory().createDatabase();