diff --git a/source/blender/src/headerbuttons.c b/source/blender/src/headerbuttons.c index 5d43e575a9a..9662c64d86c 100644 --- a/source/blender/src/headerbuttons.c +++ b/source/blender/src/headerbuttons.c @@ -213,7 +213,7 @@ char *windowtype_pup(void) strcat(string, "|User Preferences %x7"); //213 - strcat(string, "|OOPS Schematic %x3"); //232 + strcat(string, "|Outliner %x3"); //232 strcat(string, "|Buttons Window %x4"); //251 strcat(string, "|%l"); //254 diff --git a/source/blender/src/space.c b/source/blender/src/space.c index 70d05c7c3d2..e2f8007ff70 100644 --- a/source/blender/src/space.c +++ b/source/blender/src/space.c @@ -2042,7 +2042,7 @@ void info_user_themebuts(uiBlock *block, short y1, short y2, short y3) /* main choices pup */ uiDefButS(block, MENU, B_CHANGE_THEME, "UI and Buttons %x1|%l|3D View %x2|%l|Ipo Curve Editor %x3|Action Editor %x4|" "NLA Editor %x5|%l|UV/Image Editor %x6|Video Sequence Editor %x7|Audio Timeline %x8|Text Editor %x9|%l|User Preferences %x10|" - "OOPS Schematic %x11|Buttons Window %x12|%l|File Browser %x13|Image Browser %x14", + "Outliner %x11|Buttons Window %x12|%l|File Browser %x13|Image Browser %x14", 255,y2,200,20, &curmain, 0, 0, 0, 0, "Specify theme for..."); if(curmain==1) spacetype= 0; else if(curmain==2) spacetype= SPACE_VIEW3D;