PNS: fix hotkey conflict (Diff Pair Dimensions vs Drag).

This commit is contained in:
Maciej Suminski 2015-07-07 18:36:54 +02:00
parent 15e9e69ae0
commit 3a908b8b8a
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ static TOOL_ACTION ACT_SwitchPosture( "pcbnew.InteractiveRouter.SwitchPosture",
change_entry_orient_xpm );
static TOOL_ACTION ACT_SetDpDimensions( "pcbnew.InteractiveRouter.SetDpDimensions",
AS_CONTEXT, 'D',
AS_CONTEXT, 'P',
_( "Differential Pair Dimensions..." ),
_( "Sets the width and gap of the currently routed differential pair." ),
ps_diff_pair_tune_length_xpm );