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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-02-13 04:13:16 +0300
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-02-13 04:13:16 +0300
commit135a944c66c57f11fd77b4f7231686353112e7ac (patch)
tree3928c457f44f544113e84b3356ab101e3820072e /release/plugins/sequence/color-correction-hsv.c
parent1b3948f9aad25fec1923f5ccd36ea525d8e34fb6 (diff)
parent33b1cbf06d2c822c68676390b1775eb5d78de6e6 (diff)
Merged changes in the trunk up to revision 26856.
Diffstat (limited to 'release/plugins/sequence/color-correction-hsv.c')
-rw-r--r--release/plugins/sequence/color-correction-hsv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/plugins/sequence/color-correction-hsv.c b/release/plugins/sequence/color-correction-hsv.c
index ec8478706f1..120ca76bbe7 100644
--- a/release/plugins/sequence/color-correction-hsv.c
+++ b/release/plugins/sequence/color-correction-hsv.c
@@ -37,7 +37,7 @@ VarStruct varstr[]= {
{ NUMSLI|FLO, "Hi T:", 0.75, 0.0, 1.0,
"Saturation Highlights Thres"},
{ TOG|INT, "Debug", 0.0, 0.0, 1.0,
- "Show curves as overlay."},
+ "Show curves as overlay"},
};
typedef struct Cast {