composite,
SWT.BORDER | SWT.H_SCROLL | SWT.V_SCROLL | SWT.MULTI);
- text.setText(this.throwable.getMessage());
+ text.setText(this.throwable.getLocalizedMessage());
GridData data =
new GridData(
*
* @param parentShell -
* the parent shell of the dialog, or <code>null</code> if none
- * @param dialogTitle the title to use for this dialog,
+ * @param title the title to use for this dialog,
* or <code>null</code> to indicate that the default title should be used
* @param message the message to show in this dialog,
* or <code>null</code> to indicate that the error's message should be shown