Subversion Repositories Kolibri OS

Rev

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

Rev 3368 Rev 3413
Line 282... Line 282...
282
	if (checked[MANUAL])
282
	if (checked[MANUAL])
283
	{
283
	{
284
		strcpy(#POP_server_path, #POP_server1);
284
		strcpy(#POP_server_path, #POP_server1);
285
		POP_server_port = atoi(#POP_server_port1);
285
		POP_server_port = atoi(#POP_server_port1);
286
	}
286
	}
287
 
-
 
288
	debug(#POP_server_path);
287
	debug(#POP_server_path);
289
	debug(#login);
-
 
290
	debug(itoa(POP_server_port));
288
	debug(itoa(POP_server_port));
291
}
289
}
Line 292... Line 290...
292
 
290
 
293
void SetLoginStatus(dword percent1, text1)
291
void SetLoginStatus(dword percent1, text1)