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:
parent
bc64cd58ed
commit
a1c3a50e21
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue