Subversion Repositories spk

Rev

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

Rev 129 Rev 130
Line 4708... Line 4708...
4708
						if ( f->IsFakePatch() )
4708
						if ( f->IsFakePatch() )
4709
							this->convertToNormalModToolStripMenuItem->Visible = true;
4709
							this->convertToNormalModToolStripMenuItem->Visible = true;
4710
						else
4710
						else
4711
							this->convertToFakePatchToolStripMenuItem->Visible = true;
4711
							this->convertToFakePatchToolStripMenuItem->Visible = true;
4712
					}
4712
					}
4713
					else if ( f->GetFileType() == FILETYPE_TEXT && !f->IsAutoTextFile() )
4713
					else if ( f->fileType() == FILETYPE_TEXT && !f->isAutoTextFile() )
4714
						this->convertToAutoTextFileToolStripMenuItem->Visible = true;
4714
						this->convertToAutoTextFileToolStripMenuItem->Visible = true;
4715
					if (_addGameItem)
4715
					if (_addGameItem)
4716
					{
4716
					{
4717
						bool any = false;
4717
						bool any = false;
4718
						for (int i = 0; i < _addGameItem->DropDownItems->Count; ++i)
4718
						for (int i = 0; i < _addGameItem->DropDownItems->Count; ++i)