1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +02:00

fix for bug 187415 - Dialog is not BIDI enabled

This commit is contained in:
Vivian Kong 2007-05-17 19:49:43 +00:00
parent 71b6e891b0
commit 8ead195aa7

View file

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