Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 242904
Collapse All | Expand All

(-)blender.orig/source/blender/src/language.c (-3 / +3 lines)
Lines 358-366 Link Here
358
		strcpy(name, bundlePath);
358
		strcpy(name, bundlePath);
359
		strcat(name, "/Contents/Resources/.Blanguages");
359
		strcat(name, "/Contents/Resources/.Blanguages");
360
#else
360
#else
361
		/* Check the CWD. Takes care of the case where users
361
		/* Check the standar location. Takes care of the case 
362
		 * unpack blender tarball; cd blender-dir; ./blender */
362
		 * in which the distribution installs blender */
363
		strcpy(name, ".blender/.Blanguages");
363
		strcpy(name, "/usr/share/blender/.Blanguages");
364
#endif
364
#endif
365
		lines= BLI_read_file_as_lines(name);
365
		lines= BLI_read_file_as_lines(name);
366
366

Return to bug 242904