router; Changed 'custom track via/size' hotkey to Q (to avoid conflict with cycling through defined track widths).

This commit is contained in:
Maciej Suminski 2015-10-07 11:10:34 +02:00
parent 20a3e236fa
commit a3786fd6d8
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ static TOOL_ACTION ACT_PlaceMicroVia( "pcbnew.InteractiveRouter.PlaceMicroVia",
via_microvia_xpm );
static TOOL_ACTION ACT_CustomTrackWidth( "pcbnew.InteractiveRouter.CustomTrackViaSize",
AS_CONTEXT, 'W',
AS_CONTEXT, 'Q',
_( "Custom Track/Via Size" ),
_( "Shows a dialog for changing the track width and via size." ),
width_track_xpm );