Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-09-22 00:46:19 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-09-22 00:46:19 +0400
commit816f01463a436bfa57632041dffffd9939d80dea (patch)
tree93bdd8916e68ee29fdc3a4efa4125ea335ee7b9a /source/blender/windowmanager
parentf61ef65adb3949742d291dc38ad31266e6877384 (diff)
Updated comment
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_init_exit.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_init_exit.c b/source/blender/windowmanager/intern/wm_init_exit.c
index db4f5003b0d..534bfdc369e 100644
--- a/source/blender/windowmanager/intern/wm_init_exit.c
+++ b/source/blender/windowmanager/intern/wm_init_exit.c
@@ -144,7 +144,10 @@ void WM_init(bContext *C, int argc, const char **argv)
ED_spacetypes_init(); /* editors/space_api/spacetype.c */
- /* initialize color management stuff */
+ /* initialize color management stuff
+ * do this before ED_file_init because that function would load images,
+ * so at least default byte color space should be already known
+ */
IMB_colormanagement_init();
ED_file_init(); /* for fsmenu */