Subversion Repositories spk

Rev

Rev 248 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 248 Rev 264
Line 5394... Line 5394...
5394
					case 5:
5394
					case 5:
5395
						this->ImportAnimations(f);
5395
						this->ImportAnimations(f);
5396
						break;
5396
						break;
5397
				}
5397
				}
5398
 
5398
 
5399
				if ( IO::File::Exists(_US(CPackages::tempDirectory() + L"tmp.dat")) )
5399
				if ( IO::File::Exists(_US(CPackages::tempDirectory() + L"/tmp.dat")) )
5400
					IO::File::Delete(_US(CPackages::tempDirectory() + L"tmp.dat"));
5400
					IO::File::Delete(_US(CPackages::tempDirectory() + L"/tmp.dat"));
5401
			}
5401
			}
5402
		 }
5402
		 }
5403
private: System::Void TextShipData_TextChanged(System::Object^  sender, System::EventArgs^  e) {
5403
private: System::Void TextShipData_TextChanged(System::Object^  sender, System::EventArgs^  e) {
5404
			 ((CXspFile *)m_pPackage)->setShipData(_WS(this->TextShipData->Text));
5404
			 ((CXspFile *)m_pPackage)->setShipData(_WS(this->TextShipData->Text));
5405
			 this->UpdateChanged();
5405
			 this->UpdateChanged();