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
path: root/po
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2011-10-07 12:57:08 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2011-10-07 12:57:08 +0400
commitcc43a5bbde5fd74d848009d0dc5d35779230b12c (patch)
tree20d0511da5f323b6608260f785b32b7b25f33de7 /po
parentaac598303b31ab42ef508438157e1239134508c1 (diff)
Added Macro and KeyingSetInfo to blacklisted msg classes. Also updated french po & mo.
Diffstat (limited to 'po')
-rw-r--r--po/update_msg.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/po/update_msg.py b/po/update_msg.py
index e91371c1755..ca19e036637 100644
--- a/po/update_msg.py
+++ b/po/update_msg.py
@@ -43,7 +43,8 @@ def dump_messages_rna(messages):
"BlendData",
# registerable classes
"Panel", "Menu", "Header", "RenderEngine",
- "Operator", "OperatorMacro", "UnknownType"
+ "Operator", "OperatorMacro", "Macro",
+ "KeyingSetInfo", "UnknownType",
# window classes
"WindowManager", "Window"
]