Revision: 14837
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=14837
Author:   theeth
Date:     2008-05-14 16:53:12 +0200 (Wed, 14 May 2008)

Log Message:
-----------
Missing hotkey in menu for Align to Transform Orientation

Modified Paths:
--------------
    trunk/blender/source/blender/src/header_view3d.c

Modified: trunk/blender/source/blender/src/header_view3d.c
===================================================================
--- trunk/blender/source/blender/src/header_view3d.c    2008-05-14 13:30:36 UTC 
(rev 14836)
+++ trunk/blender/source/blender/src/header_view3d.c    2008-05-14 14:53:12 UTC 
(rev 14837)
@@ -1835,7 +1835,7 @@
        if (!G.obedit) {
                uiDefIconTextBut(block, BUTM, 1, ICON_BLANK1, "Center New",     
        0, yco-=20, menuwidth, 19, NULL, 0.0, 0.0, 1, 11, "");
                uiDefIconTextBut(block, BUTM, 1, ICON_BLANK1, "Center Cursor",  
        0, yco-=20, menuwidth, 19, NULL, 0.0, 0.0, 1, 12, "");
-               uiDefIconTextBut(block, BUTM, 1, ICON_BLANK1, "Align to 
Transform Orientation", 0, yco-=20, menuwidth, 19, NULL, 0.0, 0.0, 1, 21, "");
+               uiDefIconTextBut(block, BUTM, 1, ICON_BLANK1, "Align to 
Transform Orientation|Ctrl Alt A", 0, yco-=20, menuwidth, 19, NULL, 0.0, 0.0, 
1, 21, "");
        }
        
        if (BIF_snappingSupported())


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to