Subversion Repositories Kolibri OS

Rev

Rev 6932 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6932 Rev 7038
Line 175... Line 175...
175
	if (message) notify(message);
175
	if (message) notify(message);
176
	aim = STOP;
176
	aim = STOP;
177
	Close(socketnum);
177
	Close(socketnum);
178
}
178
}
Line -... Line 179...
-
 
179
 
-
 
180
void EventShowLinkMenu(dword _left, _top)
-
 
181
{
-
 
182
	//do nothing, stub
-
 
183
	return;
-
 
184
}
179
 
185