Subversion Repositories Kolibri OS

Rev

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

Rev 7447 Rev 7450
Line 860... Line 860...
860
		20);
860
		20);
861
}
861
}
Line 862... Line 862...
862
 
862
 
863
void EventCheckMenuItemSelected()
863
void EventCheckMenuItemSelected()
864
{
864
{
865
	if (menu.list.cur_y) {
865
	if (menu.cur_y) {
866
		if (20 == menu.list.cur_y) EventCountColorsUsed();
866
		if (20 == menu.cur_y) EventCountColorsUsed();
867
		if (21 == menu.list.cur_y) EventReplaceImageColors(color1, color2);
867
		if (21 == menu.cur_y) EventReplaceImageColors(color1, color2);
868
		menu.list.cur_y = 0;
868
		menu.cur_y = 0;
869
	}
869
	}
Line 870... Line 870...
870
}
870
}
871
 
871