mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
initialize not initialized var
This commit is contained in:
@@ -213,6 +213,8 @@ CMsgBox::~CMsgBox()
|
||||
void CMsgBox::initVar(void)
|
||||
{
|
||||
//TRACE("->CMsgBox::InitVar\r\n");
|
||||
mode = AUTO_WIDTH;
|
||||
m_nResult = mbrYes;
|
||||
m_cTitle = "";
|
||||
m_cIcon = "";
|
||||
m_nMode = SCROLL | TITLE | BORDER ;
|
||||
|
Reference in New Issue
Block a user