Subversion Repositories spk

Rev

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

Rev 203 Rev 206
Line 106... Line 106...
106
		s = s.remove(L'/');
106
		s = s.remove(L'/');
107
		return s;
107
		return s;
108
	}
108
	}
109
 
109
 
110
	SText *FindShipText(int lang);
110
	SText *FindShipText(int lang);
111
	Utils::WString getTextName(int lang);
111
	Utils::WString textName(int lang);
112
	Utils::String GetTextDescription(int lang);
112
	Utils::WString textDescription(int lang);
113
 
113
 
114
	void SetLanguageText		( bool b )   { m_bLanguageText = b; _changed(); }
114
	void SetLanguageText		( bool b )   { m_bLanguageText = b; _changed(); }
115
	void SetExistingShip		( bool b )   { m_bExistingShip = b; _changed(); }
115
	void SetExistingShip		( bool b )   { m_bExistingShip = b; _changed(); }
116
	void SetOriginalDescription	( int i )	 { m_iOrgDesc = i; _changed();; }
116
	void SetOriginalDescription	( int i )	 { m_iOrgDesc = i; _changed();; }
117
	void SetShipID				(const Utils::String &sId ) { m_sID = sId; _changed();; }
117
	void SetShipID				(const Utils::String &sId ) { m_sID = sId; _changed();; }