* Fixed a typo in User preferences. 

* Add a use_ prefix for some projection paint booleans in RNA.
This commit is contained in:
Thomas Dinges
2009-07-25 21:33:43 +00:00
parent eb80ce4d7f
commit c543eca36e
2 changed files with 6 additions and 6 deletions

View File

@@ -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:")