Subversion Repositories spk

Rev

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

Rev 58 Rev 79
Line 5250... Line 5250...
5250
					case 5:
5250
					case 5:
5251
						this->ImportAnimations(f);
5251
						this->ImportAnimations(f);
5252
						break;
5252
						break;
5253
				}
5253
				}
5254
 
5254
 
5255
				if ( IO::File::Exists("tmp") )
5255
				if ( IO::File::Exists(_US(CPackages::tempDirectory() + "tmp.dat")) )
5256
					IO::File::Delete("tmp");
5256
					IO::File::Delete(_US(CPackages::tempDirectory() + "tmp.dat"));
5257
			}
5257
			}
5258
		 }
5258
		 }
5259
private: System::Void TextShipData_TextChanged(System::Object^  sender, System::EventArgs^  e) {
5259
private: System::Void TextShipData_TextChanged(System::Object^  sender, System::EventArgs^  e) {
5260
			 ((CXspFile *)m_pPackage)->SetShipData(CyStringFromSystemString(this->TextShipData->Text).ToString());
5260
			 ((CXspFile *)m_pPackage)->SetShipData(CyStringFromSystemString(this->TextShipData->Text).ToString());
5261
			 this->UpdateChanged();
5261
			 this->UpdateChanged();