Subversion Repositories spk

Rev

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

Rev 129 Rev 170
Line 106... Line 106...
106
	return Str;
106
	return Str;
107
}
107
}
108
 
108
 
109
inline System::Drawing::Bitmap ^LoadIcon(CBaseFile *p)
109
inline System::Drawing::Bitmap ^LoadIcon(CBaseFile *p)
110
{
110
{
111
	Utils::String file = p->GetIcon()->filePointer();
111
	Utils::String file = p->icon()->filePointer();
112
	if (!file.empty())
112
	if (!file.empty())
113
	{
113
	{
114
		file = file.findReplace("/", "\\").findReplace("\\\\", "\\");
114
		file = file.findReplace("/", "\\").findReplace("\\\\", "\\");
115
		bool doIcon = false;
115
		bool doIcon = false;
116
		System::String ^sFile = _US(file);
116
		System::String ^sFile = _US(file);