Subversion Repositories spk

Rev

Rev 48 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 48 Rev 53
Line 8... Line 8...
8
{
8
{
9
}
9
}
10
 
10
 
11
CInstallText::~CInstallText(void)
11
CInstallText::~CInstallText(void)
12
{
12
{
13
	for ( TextNode node = _lTexts.Front(); node; node = node->next() ) {
-
 
14
		delete node->Data();
-
 
15
	}
-
 
16
	_lTexts.clear();
13
	_lTexts.clear(true);
17
}
14
}
18
 
15
 
19
void CInstallText::add(int iLang, const Utils::String &sBefore, const Utils::String &sAfter)
16
void CInstallText::add(int iLang, const Utils::String &sBefore, const Utils::String &sAfter)
20
{
17
{
21
	SInstallText *text = _find(iLang);
18
	SInstallText *text = _find(iLang);