Commit fb9d78b2 authored by Claes Sjofors's avatar Claes Sjofors

Wb, confirm for build node with force added (refs #171)

parent 9703cfd3
......@@ -2004,6 +2004,17 @@ void Wtt::activate_buildnode()
message(' ',"");
if ( focused_wnav->gbl.build.force) {
int res = focused_wnav->wow->CreateModalDialog( "Force selected", "Do you want to build with force", "Yes",
"Cancel", 0, 0);
switch( res) {
case wow_eModalDialogReturn_Button1:
break;
default:
return;
}
}
// Check if there is only one node configured for the current volume
sts = lfu_volumelist_load( load_cNameBootList,
(lfu_t_volumelist **) &boot_volumelist,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment