mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Add ellipses for sheet/sheet pin actions
(cherry picked from commit c57088a60cb8db14c1e29c2993961fe616243572)
This commit is contained in:
parent
38dcfdc350
commit
9515bf9038
@ -556,7 +556,7 @@ TOOL_ACTION SCH_ACTIONS::placeSheetPin( TOOL_ACTION_ARGS()
|
||||
TOOL_ACTION SCH_ACTIONS::syncSheetPins( TOOL_ACTION_ARGS()
|
||||
.Name( "eeschema.InteractiveDrawing.syncSheetPins" )
|
||||
.Scope( AS_GLOBAL )
|
||||
.FriendlyName( _( "Sync Sheet Pins" ) )
|
||||
.FriendlyName( _( "Sync Sheet Pins..." ) )
|
||||
.Tooltip( _( "Synchronize sheet pins and hierarchical labels" ) )
|
||||
.Icon( BITMAPS::import_hierarchical_label )
|
||||
.Flags( AF_ACTIVATE ) );
|
||||
@ -564,7 +564,7 @@ TOOL_ACTION SCH_ACTIONS::syncSheetPins( TOOL_ACTION_ARGS()
|
||||
TOOL_ACTION SCH_ACTIONS::syncAllSheetsPins( TOOL_ACTION_ARGS()
|
||||
.Name( "eeschema.InteractiveDrawing.syncAllSheetsPins" )
|
||||
.Scope( AS_GLOBAL )
|
||||
.FriendlyName( _( "Sync Sheet Pins" ) )
|
||||
.FriendlyName( _( "Sync Sheet Pins..." ) )
|
||||
.Tooltip( _( "Synchronize sheet pins and hierarchical labels" ) )
|
||||
.Icon( BITMAPS::import_hierarchical_label )
|
||||
.Flags( AF_ACTIVATE ) );
|
||||
@ -572,7 +572,7 @@ TOOL_ACTION SCH_ACTIONS::syncAllSheetsPins( TOOL_ACTION_ARGS()
|
||||
TOOL_ACTION SCH_ACTIONS::importSheet( TOOL_ACTION_ARGS()
|
||||
.Name( "eeschema.InteractiveDrawing.importSheet" )
|
||||
.Scope( AS_GLOBAL )
|
||||
.FriendlyName( _( "Import Sheet" ) )
|
||||
.FriendlyName( _( "Import Sheet..." ) )
|
||||
.Tooltip( _( "Import sheet into project" ) )
|
||||
.Icon( BITMAPS::add_hierarchical_subsheet )
|
||||
.Flags( AF_ACTIVATE )
|
||||
|
Loading…
x
Reference in New Issue
Block a user