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>2006-09-12 14:29:04 +0400
committerTon Roosendaal <ton@blender.org>2006-09-12 14:29:04 +0400
commit5c1e2c4e04e734997417e6df543ec3b328fd4d19 (patch)
treec032e8b5692c2f22f3d33eaf9a9e62d9118ae106 /source/blender/src/header_action.c
parente8111bd39d1d8c389dfdc65d9dd68fc5b23fa51e (diff)
fixed typo collumn -> column
Diffstat (limited to 'source/blender/src/header_action.c')
-rw-r--r--source/blender/src/header_action.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/src/header_action.c b/source/blender/src/header_action.c
index e5fc8335721..2109d915cda 100644
--- a/source/blender/src/header_action.c
+++ b/source/blender/src/header_action.c
@@ -87,7 +87,7 @@
#define ACTMENU_SEL_BORDER 0
#define ACTMENU_SEL_ALL_KEYS 1
#define ACTMENU_SEL_ALL_CHAN 2
-#define ACTMENU_SEL_COLLUMN 3
+#define ACTMENU_SEL_COLUMN 3
#define ACTMENU_KEY_DUPLICATE 0
#define ACTMENU_KEY_DELETE 1
@@ -358,7 +358,7 @@ static void do_action_selectmenu(void *arg, int event)
allqueue (REDRAWIPO, 0);
break;
- case ACTMENU_SEL_COLLUMN:
+ case ACTMENU_SEL_COLUMN:
addqueue (curarea->win, KKEY, 1);
break;
}
@@ -388,9 +388,9 @@ static uiBlock *action_selectmenu(void *arg_unused)
menuwidth, 19, NULL, 0.0, 0.0, 0,
ACTMENU_SEL_ALL_CHAN, "");
uiDefIconTextBut(block, BUTM, 1, ICON_BLANK1,
- "Select Collumn|K", 0, yco-=20,
+ "Select Column|K", 0, yco-=20,
menuwidth, 19, NULL, 0.0, 0.0, 0,
- ACTMENU_SEL_COLLUMN, "");
+ ACTMENU_SEL_COLUMN, "");
if(curarea->headertype==HEADERTOP) {