diff --git a/source/blender/src/space.c b/source/blender/src/space.c index d934fa58f8f..e323fddc3c6 100644 --- a/source/blender/src/space.c +++ b/source/blender/src/space.c @@ -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"); diff --git a/source/blender/src/usiblender.c b/source/blender/src/usiblender.c index e924273d37b..ace9e2c4a92 100644 --- a/source/blender/src/usiblender.c +++ b/source/blender/src/usiblender.c @@ -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();