Issue #1196 Changes for AlarmAlertDlg
Change-Id: Icfaf604b064119548898dd100cbd3fba2d1303f7 Former-commit-id:619acbe333
[formerly c68e9d4f7cfb0e0e9e46c789c69e40e931b2ee2e] Former-commit-id:7280dc6167
This commit is contained in:
parent
98d685f675
commit
020bcd91ea
1 changed files with 2 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue