made Blender 2.27 startup with aa fonts on by default.

This commit is contained in:
2003-05-10 11:25:52 +00:00
parent d3524b73ea
commit 8218dd2614
2 changed files with 6 additions and 1 deletions

View File

@@ -1605,7 +1605,7 @@ void drawinfospace(ScrArea *sa, void *spacedata)
sprintf(curfont, "Interface Font: ");
strcat(curfont,U.fontname);
uiDefButS(block, TOG|BIT|5, B_DOLANGUIFONT, "International",
uiDefButS(block, TOG|BIT|5, B_DOLANGUIFONT, "International Fonts",
xpos,y2,medprefbut,buth,
&(U.transopts), 0, 0, 0, 0, "Activate international interface");

View File

@@ -218,6 +218,11 @@ int BIF_read_homefile(void)
U.vrmlflag= USERDEF_VRML_LAYERS;
}
/* startup 2.26 with aa fonts ! */
if (G.main->versionfile <= 225) {
U.transopts |= TR_ALL;
}
space_set_commmandline_options();
reset_autosave();