missed this file in last commit.

This commit is contained in:
2009-07-18 19:42:13 +00:00
parent 9b75187c55
commit 2d88c069bc
5 changed files with 9 additions and 6 deletions

View File

@@ -549,6 +549,9 @@ int main(int argc, char **argv)
BPY_run_ui_scripts(C, 0); /* dont need to reload the first time */
#endif
CTX_py_init_set(C, 1);
WM_keymap_init(C); /* after BPY_run_ui_scripts() */
#ifdef WITH_QUICKTIME
quicktime_init();