Issue #1196 Changes for AlarmAlertDlg

Change-Id: Icfaf604b064119548898dd100cbd3fba2d1303f7

Former-commit-id: 22fa512d23 [formerly 619acbe333] [formerly 7280dc6167 [formerly c68e9d4f7cfb0e0e9e46c789c69e40e931b2ee2e]]
Former-commit-id: 7280dc6167
Former-commit-id: 020bcd91ea
This commit is contained in:
Roger Ferrel 2012-09-24 09:31:00 -05:00
parent 74400d5347
commit 771676c51d

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");
}