Add curly braces, int created
This commit is contained in:
@@ -231,10 +231,12 @@ GIFView::RestorePrefs()
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
{
|
||||||
int32 value = WEB_SAFE_PALETTE;
|
int32 value = WEB_SAFE_PALETTE;
|
||||||
fSettings->SetGetInt32(GIF_SETTING_PALETTE_MODE, &value);
|
fSettings->SetGetInt32(GIF_SETTING_PALETTE_MODE, &value);
|
||||||
fSettings->SaveSettings();
|
fSettings->SaveSettings();
|
||||||
fWebSafeMI->SetMarked(true);
|
fWebSafeMI->SetMarked(true);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fColorCountMF->IsEnabled()
|
if (fColorCountMF->IsEnabled()
|
||||||
|
|||||||
Reference in New Issue
Block a user