preparing new release
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / ui / dialog / ExceptionDisplayDialog.java
index 7917a07..888e77e 100644 (file)
@@ -200,7 +200,7 @@ public class ExceptionDisplayDialog extends Dialog {
                 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(
@@ -224,7 +224,7 @@ public class ExceptionDisplayDialog extends Dialog {
      *
      * @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