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:
authorThomas Dinges <blender@dingto.org>2009-07-26 01:33:43 +0400
committerThomas Dinges <blender@dingto.org>2009-07-26 01:33:43 +0400
commitc543eca36e9bc568dcfaa8fb6aa039ed6726a7d6 (patch)
treee8133ec149b26069ee69738ff801645f81b883db /release
parenteb80ce4d7f24778e1edcc3c88a9b071dd2e25b4c (diff)
2.5:
* Fixed a typo in User preferences. * Add a use_ prefix for some projection paint booleans in RNA.
Diffstat (limited to 'release')
-rw-r--r--release/ui/space_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/ui/space_info.py b/release/ui/space_info.py
index 5ff8609f32d..9d72aa7c5e9 100644
--- a/release/ui/space_info.py
+++ b/release/ui/space_info.py
@@ -440,7 +440,7 @@ class INFO_PT_system(bpy.types.Panel):
colsplitcol.itemL(text="OpenGL:")
colsplitcol.itemR(system, "clip_alpha", slider=True)
colsplitcol.itemR(system, "use_mipmaps")
- colsplitcol.itemL(text="Windom Draw Method:")
+ colsplitcol.itemL(text="Window Draw Method:")
row = colsplitcol.row()
row.itemR(system, "window_draw_method", expand=True)
colsplitcol.itemL(text="Textures:")