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>2012-04-28 12:32:00 +0400
committerThomas Dinges <blender@dingto.org>2012-04-28 12:32:00 +0400
commitde923eba57846e8a91b24347917f988cbfa97999 (patch)
tree759a4d6ab0498232addd77df389ae52555c0c21c
parent950ed6929792952044a57cad00833bddc8d39f45 (diff)
* UI fix for last commit, forgot to remove the plugin text strings.
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 3c279502b02..6ae66481fa1 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -785,8 +785,6 @@ class USERPREF_PT_file(Panel):
sub = col1.column()
sub.label(text="Fonts:")
sub.label(text="Textures:")
- sub.label(text="Texture Plugins:")
- sub.label(text="Sequence Plugins:")
sub.label(text="Render Output:")
sub.label(text="Scripts:")
sub.label(text="Sounds:")