Subversion Repositories spk

Rev

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

Rev 218 Rev 224
Line 109... Line 109...
109
			this->columnHeader2->Text = "Filename";
109
			this->columnHeader2->Text = "Filename";
110
		}
110
		}
111
 
111
 
112
		String ^GetShipName()
112
		String ^GetShipName()
113
		{
113
		{
114
			return _US(m_lData->findString(_S(m_sData)));
114
			return _US(m_lData->findString(_WS(m_sData)));
115
		}
115
		}
116
 
116
 
117
		String ^GetData() { return m_sData; }
117
		String ^GetData() { return m_sData; }
118
 
118
 
119
	protected:
119
	protected: