Subversion Repositories spk

Rev

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

Rev 58 Rev 118
Line 198... Line 198...
198
 
198
 
199
		void LoadData()
199
		void LoadData()
200
		{
200
		{
201
			System::String ^mydoc = Environment::GetFolderPath(Environment::SpecialFolder::Personal );
201
			System::String ^mydoc = Environment::GetFolderPath(Environment::SpecialFolder::Personal );
202
			CFileIO Config;
202
			CFileIO Config;
203
			if ( Config.Open(CyStringFromSystemString(mydoc) + "/Egosoft/modmerge.dat") )
203
			if ( Config.open(_S(mydoc) + "/Egosoft/modmerge.dat") )
204
			{
204
			{
205
				std::vector<CyString> *lines = Config.ReadLines();
205
				std::vector<CyString> *lines = Config.ReadLines();
206
				if ( lines )
206
				if ( lines )
207
				{
207
				{
208
					for ( int i = 0; i < (int)lines->size(); i++ )
208
					for ( int i = 0; i < (int)lines->size(); i++ )