Failure to load JDBC driver is an error, not info
This commit is contained in:
@@ -578,7 +578,7 @@ DBG_NAME(OMySQLIntroPageSetup)
|
||||
}
|
||||
|
||||
sal_uInt16 nMessage = bSuccess ? STR_JDBCDRIVER_SUCCESS : STR_JDBCDRIVER_NO_SUCCESS;
|
||||
OSQLMessageBox aMsg( this, String( ModuleRes( nMessage ) ), String() );
|
||||
OSQLMessageBox aMsg( this, String( ModuleRes( nMessage ) ), String(), WB_OK | WB_DEF_OK, OSQLMessageBox::MessageType::Error );
|
||||
aMsg.Execute();
|
||||
return 0L;
|
||||
}
|
||||
|
@@ -647,7 +647,7 @@ namespace dbaui
|
||||
}
|
||||
|
||||
sal_uInt16 nMessage = bSuccess ? STR_JDBCDRIVER_SUCCESS : STR_JDBCDRIVER_NO_SUCCESS;
|
||||
OSQLMessageBox aMsg( this, String( ModuleRes( nMessage ) ), String() );
|
||||
OSQLMessageBox aMsg( this, String( ModuleRes( nMessage ) ), String(), WB_OK | WB_DEF_OK, OSQLMessageBox::MessageType::Error );
|
||||
aMsg.Execute();
|
||||
return 0L;
|
||||
}
|
||||
|
Reference in New Issue
Block a user