2.5 Space RNA:

* Added Key Map Editor to Outliner "display_mode" RNA.
This commit is contained in:
Thomas Dinges
2009-07-26 13:10:29 +00:00
parent 9ac754eca5
commit 6d84e38856

View File

@@ -439,6 +439,7 @@ static void rna_def_space_outliner(BlenderRNA *brna)
{10, "SEQUENCE", 0, "Sequence", ""},
{11, "DATABLOCKS", 0, "Datablocks", ""},
{12, "USER_PREFERENCES", 0, "User Preferences", ""},
{13, "KEYMAPS", 0, "Key Maps", ""},
{0, NULL, 0, NULL, NULL}};
srna= RNA_def_struct(brna, "SpaceOutliner", "Space");