Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2003-11-27 00:13:41 +0300
committerTon Roosendaal <ton@blender.org>2003-11-27 00:13:41 +0300
commit7346d9803fc279e35d4b801c143e51addbde3464 (patch)
tree165daa6a6f30eddfce16f13a4707fd51ffc3bd82
parent621090531668bebe18d81c63b2ff53c009682451 (diff)
- changed wording of three menu items in theme menu, to match the window-
type pulldown in all headers
-rw-r--r--source/blender/src/space.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index 7091544e2bd..afeecbe60b4 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -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;