Subversion Repositories Kolibri OS

Rev

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

Rev 6253 Rev 6735
Line 64... Line 64...
64
	{
64
	{
65
		strcpy(#settings_ini_path, #param);
65
		strcpy(#settings_ini_path, #param);
66
	}
66
	}
67
	else
67
	else
68
	{
68
	{
69
		strcat(#settings_ini_path, #program_path + strrchr(#program_path, '/'));
69
		strcat(#settings_ini_path, I_Path + strrchr(I_Path, '/'));
70
		strcat(#settings_ini_path, ".ini");		
70
		strcat(#settings_ini_path, ".ini");		
71
	}
71
	}
Line 72... Line 72...
72
	
72
	
73
	load_config();
73
	load_config();