rename '3D View' keymap, since its know as 'View 3D' for other areas of the keymap editor.

This commit is contained in:
2010-09-06 05:20:05 +00:00
parent eb1a9f070f
commit 0106b00a2a
6 changed files with 20 additions and 20 deletions

View File

@@ -1384,9 +1384,9 @@ void init_userdef_do_versions(void)
if (strcmp(km->idname, "Armature_Sketch")==0)
strcpy(km->idname, "Armature Sketch");
else if (strcmp(km->idname, "View3D")==0)
strcpy(km->idname, "3D View");
strcpy(km->idname, "View 3D");
else if (strcmp(km->idname, "View3D Generic")==0)
strcpy(km->idname, "3D View Generic");
strcpy(km->idname, "View 3D Generic");
else if (strcmp(km->idname, "EditMesh")==0)
strcpy(km->idname, "Mesh");
else if (strcmp(km->idname, "TimeLine")==0)