Subversion Repositories spk

Rev

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

Rev 102 Rev 125
Line 5187... Line 5187...
5187
			{
5187
			{
5188
				array<System::String ^> ^fileArray = ofd->FileNames;
5188
				array<System::String ^> ^fileArray = ofd->FileNames;
5189
				for ( int i = 0; i < fileArray->Length; i++ )
5189
				for ( int i = 0; i < fileArray->Length; i++ )
5190
				{
5190
				{
5191
					CCatFile cat;
5191
					CCatFile cat;
5192
					if ( cat.Open(CyStringFromSystemString(fileArray[i]), "", CATREAD_CATDECRYPT, false) == CATERR_NONE )
5192
					if ( cat.open(_S(fileArray[i]), "", CATREAD_CATDECRYPT, false) == CATERR_NONE )
5193
						((CXspFile *)m_pPackage)->ExtractTexts(&cat, NULL, -1);
5193
						((CXspFile *)m_pPackage)->ExtractTexts(&cat, NULL, -1);
5194
				}
5194
				}
5195
				this->UpdateShipText();
5195
				this->UpdateShipText();
5196
				this->UpdateChanged();
5196
				this->UpdateChanged();
5197
			}
5197
			}