(svn r23601) -Fix: fix the conflict in window number
This commit is contained in:
@@ -132,7 +132,7 @@ public:
|
||||
/** Start listening to the content client events. */
|
||||
BootstrapAskForDownloadWindow() : Window()
|
||||
{
|
||||
this->InitNested(&_bootstrap_query_desc);
|
||||
this->InitNested(&_bootstrap_query_desc, WN_CONFIRM_POPUP_QUERY_BOOTSTRAP);
|
||||
_network_content_client.AddCallback(this);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user