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:
authorAlejandro Conty Estevez <conty@yafray.org>2004-06-17 20:34:27 +0400
committerAlejandro Conty Estevez <conty@yafray.org>2004-06-17 20:34:27 +0400
commit5fb7fbe39187430d7704e08aec562faa4d905118 (patch)
treed228a55b536132707864edebf41cb8bfcb493ccf /source/blender/src/buttons_scene.c
parentcfbce399aa8129c8fb49984df64bd8a096a34368 (diff)
NaN makefile fix for yafray dir and typo corrected on "xml" button tooltip
Diffstat (limited to 'source/blender/src/buttons_scene.c')
-rw-r--r--source/blender/src/buttons_scene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/buttons_scene.c b/source/blender/src/buttons_scene.c
index 0f90cd7895d..bb90e9c8da1 100644
--- a/source/blender/src/buttons_scene.c
+++ b/source/blender/src/buttons_scene.c
@@ -1298,7 +1298,7 @@ static void render_panel_yafrayGlobal()
uiDefButS(block,TOGN|BIT|0, B_REDR, "Auto AA",5,110,150,20, &G.scene->r.YF_AA,
0, 0, 0, 0, "Set AA using OSA and GI quality, disable for manual control");
uiDefButS(block,TOGN|BIT|0, B_REDR, "xml",175,110,75,20, &G.scene->r.YFexportxml,
- 0, 0, 0, 0, "Export to an xml file and call yafray isntead of plugin");
+ 0, 0, 0, 0, "Export to an xml file and call yafray instead of plugin");
if(G.scene->r.YF_AA){
uiDefButI(block, NUM, 0, "AA Passes ", 5,85,150,20,
&G.scene->r.YF_AApasses, 0, 64, 10, 10, "AA Passes");