1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Patch for bug 187415 by Jason Montojo - Dialog is not BIDI enabled

This commit is contained in:
Vivian Kong 2007-05-17 19:15:52 +00:00
parent bc64cd58ed
commit a1c3a50e21

View file

@ -574,7 +574,7 @@ public class TemplatePreferencePage extends PreferencePage implements IWorkbench
}
MessageBox mBox = new MessageBox(new Shell(), SWT.ICON_QUESTION | SWT.OK | SWT.CANCEL);
MessageBox mBox = new MessageBox(getShell(), SWT.ICON_QUESTION | SWT.OK | SWT.CANCEL | SWT.SYSTEM_MODAL);
mBox.setText(DeleteShellMessage);
mBox.setMessage(DeleteValidator);
result = mBox.open();