- changed wording of three menu items in theme menu, to match the window-

type pulldown in all headers
This commit is contained in:
2003-11-26 21:13:41 +00:00
parent 6210905316
commit 7346d9803f

View File

@@ -1795,8 +1795,8 @@ 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|3D View %x2|Ipo Curve Editor %x3|Action Editor %x4|"
"NLA Editor %x5|UV/Image Editor %x6|Sequence Editor %x7|Sound Editor %x8|Text Editor %x9|User Preferences %x10|"
"OOPS Schematic %x11|Buttons Window %x12|File Window %x13|Image Browser %x14",
"NLA Editor %x5|UV/Image Editor %x6|Video Sequence Editor %x7|Audio Timeline %x8|Text Editor %x9|User Preferences %x10|"
"OOPS Schematic %x11|Buttons Window %x12|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;