Author: thomasobrien95
Date: Wed Jan 14 07:50:27 2009
New Revision: 2918

Modified:
   trunk/src/ca/sqlpower/architect/swingui/PreferencesEditor.java

Log:
Updated for a library change that moves the "Default Properties" combo box into its own window.

Modified: trunk/src/ca/sqlpower/architect/swingui/PreferencesEditor.java
==============================================================================
--- trunk/src/ca/sqlpower/architect/swingui/PreferencesEditor.java (original) +++ trunk/src/ca/sqlpower/architect/swingui/PreferencesEditor.java Wed Jan 14 07:50:27 2009
@@ -79,7 +79,7 @@
tp.add(Messages.getString("PreferencesEditor.generalSection"), prefPanel); //$NON-NLS-1$

             final DataSourceTypeEditor dsTypeEditor =
-                new DataSourceTypeEditor(context.getPlDotIni());
+                new DataSourceTypeEditor(context.getPlDotIni(), owner);

// Add the Kettle Options Panel as a tab to the SPDataSourceTypePanel

Reply via email to