I18N defaults: enable tooltip translation.

That is minimal change for now, we may want to fully enable i18n by
default...
This commit is contained in:
Bastien Montagne 2018-11-21 12:05:56 +01:00
parent 5892f0fd0c
commit 638622971b
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,9 @@ void BLO_update_defaults_userpref_blend(void)
/* Leave temp directory empty, will then get appropriate value per OS. */
U.tempdir[0] = '\0';
/* Only enable tooltips translation by default, without actually enabling translation itself, for now. */
U.transopts = USER_TR_TOOLTIPS;
}
/**