Issue #1196 Changes for AlarmAlertDlg

Change-Id: Icfaf604b064119548898dd100cbd3fba2d1303f7

Former-commit-id: 619acbe333 [formerly c68e9d4f7cfb0e0e9e46c789c69e40e931b2ee2e]
Former-commit-id: 7280dc6167
This commit is contained in:
Roger Ferrel 2012-09-24 09:31:00 -05:00
parent 98d685f675
commit 020bcd91ea

View file

@ -135,7 +135,8 @@ public class AlarmAlertDlg extends CaveSWTDialog {
* @param parentShell
*/
protected AlarmAlertDlg(Shell parentShell) {
super(parentShell, SWT.RESIZE, CAVE.PERSPECTIVE_INDEPENDENT);
super(parentShell, SWT.RESIZE, CAVE.PERSPECTIVE_INDEPENDENT
| CAVE.DO_NOT_BLOCK);
setText("(init) Alarm/Alert and Proximity Alarm Products");
}