Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1646)

Unified Diff: source/blender/editors/transform/transform_ops.c

Issue 7416049: Freestyle r54826 branch review Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Patch Set: Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: source/blender/editors/transform/transform_ops.c
===================================================================
--- source/blender/editors/transform/transform_ops.c (revision 54826)
+++ source/blender/editors/transform/transform_ops.c (working copy)
@@ -37,8 +37,6 @@
#include "BLI_math.h"
#include "BLI_utildefines.h"
-#include "BLF_translation.h"
-
#include "BKE_context.h"
#include "BKE_global.h"
#include "BKE_armature.h"
@@ -171,7 +169,7 @@
uiPopupMenu *pup;
uiLayout *layout;
- pup = uiPupMenuBegin(C, IFACE_("Orientation"), ICON_NONE);
+ pup = uiPupMenuBegin(C, "Orientation", ICON_NONE);
layout = uiPupMenuLayout(pup);
uiItemsEnumO(layout, "TRANSFORM_OT_select_orientation", "orientation");
uiPupMenuEnd(C, pup);

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b