Patch level : 10.0 644

Files correlati     : ba0.exe
Ricompilazione Demo : [ ]
Commento            :
Corretto riconoscimento di Windows 7


git-svn-id: svn://10.65.10.50/trunk@20135 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2010-02-17 12:14:27 +00:00
parent 5304308581
commit 0f2e3236fa

@ -772,6 +772,7 @@ TColor_mask::TColor_mask()
void TColor_mask::save_colors(TConfig& colors)
{
mask2options(); // Si assicura che venga trasferito anche ToolSize, che non e' nel TPropField
FOR_EACH_ASSOC_STRING(_color, obj, key, str)
colors.set(key, str);
}
@ -870,9 +871,7 @@ COLOR TColor_mask::cid2syscolor(short cid, const XVT_COLOR_COMPONENT* cc) const
///////////////////////////////////////////////////////////
bool TMenu_application::test_assistance_year() const
{
return true;
}
{ return true; }
bool TMenu_application::menu_item_handler(TMask_field&f, KEY k)
{