Blender Git Commit Log

Git Commits -> Revision 042a3ff

Revision 042a3ff by Brecht Van Lommel (master)
May 26, 2011, 09:58 (GMT)
Fix #27445: various operators missing with some non-english system languages.

In the case of this bug e.g. material.new became MATERiAL_OT_new, due to
different capitalization of "i" in Turkish. Fixed by not using the locale
dependent toupper/tolower functions.

Commit Details:

Full Hash: 042a3ff3822254e33371e1dd782dd721ce3d0ec9
SVN Revision: 36912
Parent Commit: 686859a
Lines Changed: +31, -7

3 Modified Paths:

/source/blender/blenlib/BLI_string.h (+3, -0) (Diff)
/source/blender/blenlib/intern/string.c (+18, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+10, -7) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021