diff options
-rw-r--r-- | dbaccess/source/ui/dlg/generalpage.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/ui/dlg/generalpage.cxx b/dbaccess/source/ui/dlg/generalpage.cxx index a88147217cfe..3eea60ae223c 100644 --- a/dbaccess/source/ui/dlg/generalpage.cxx +++ b/dbaccess/source/ui/dlg/generalpage.cxx @@ -588,6 +588,7 @@ namespace dbaui { if ( m_aCreationModeHandler.IsSet() ) m_aCreationModeHandler.Call( this ); + OnDatasourceTypeSelected(m_pDatasourceType); return 1L; } |