Issue #1196 Changes for AlarmAlertDlg
Change-Id: Icfaf604b064119548898dd100cbd3fba2d1303f7 Former-commit-id:22fa512d23
[formerly619acbe333
] [formerly22fa512d23
[formerly619acbe333
] [formerly7280dc6167
[formerly c68e9d4f7cfb0e0e9e46c789c69e40e931b2ee2e]]] Former-commit-id:7280dc6167
Former-commit-id:771676c51d
[formerly020bcd91ea
] Former-commit-id:9d87d39ca0
This commit is contained in:
parent
fc2f106f29
commit
d4e01bcfad
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