[Bf-committers] CVS commit: blender/projectfiles/blender/blenlib BLI_blenlib.dsp blender/source/blender/blenlib BLI_blenlib.h blender/source/blender/blenlib/intern Makefile winstuff.c blender/source/blender/ftfont/intern FTF_TTFont.cpp blender/source/blender/src language.c

Simon Clitherow bf-committers@blender.org
Thu, 22 May 2003 20:06:25 +0200 (CEST)


aphex (Simon Clitherow) 2003/05/22 20:06:25 CEST

  Modified files:
    blender/projectfiles/blender/blenlib BLI_blenlib.dsp 
    blender/source/blender/blenlib BLI_blenlib.h 
    blender/source/blender/blenlib/intern Makefile winstuff.c 
    blender/source/blender/ftfont/intern FTF_TTFont.cpp 
    blender/source/blender/src language.c 
  
  Log:
  - fixed 'double-click on blend file' errors on Windows -- INTERNATIONAL stuff now also checks the installation directory for /.blender, etc
  - registering .blend files for WinNT/2000/XP now works correctly (settings remain after a reboot).
  
  Revision  Changes    Path
  1.5       +2 -4      blender/projectfiles/blender/blenlib/BLI_blenlib.dsp
  1.7       +6 -2      blender/source/blender/blenlib/BLI_blenlib.h
  1.5       +3 -1      blender/source/blender/blenlib/intern/Makefile
  1.4       +42 -4     blender/source/blender/blenlib/intern/winstuff.c
  1.10      +11 -3     blender/source/blender/ftfont/intern/FTF_TTFont.cpp
  1.6       +16 -5     blender/source/blender/src/language.c