mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02:00
Add ellipsis to 'Derive from Existing Symbol'
This commit is contained in:
parent
e9269e59f7
commit
48b32f781e
@ -199,7 +199,7 @@ TOOL_ACTION EE_ACTIONS::newSymbol( TOOL_ACTION_ARGS()
|
|||||||
TOOL_ACTION EE_ACTIONS::deriveFromExistingSymbol( TOOL_ACTION_ARGS()
|
TOOL_ACTION EE_ACTIONS::deriveFromExistingSymbol( TOOL_ACTION_ARGS()
|
||||||
.Name( "eeschema.SymbolLibraryControl.deriveFromExistingSymbol" )
|
.Name( "eeschema.SymbolLibraryControl.deriveFromExistingSymbol" )
|
||||||
.Scope( AS_GLOBAL )
|
.Scope( AS_GLOBAL )
|
||||||
.FriendlyName( _( "Derive from Existing Symbol" ) )
|
.FriendlyName( _( "Derive from Existing Symbol..." ) )
|
||||||
.Tooltip( _( "Create a new symbol, derived from an existing symbol" ) )
|
.Tooltip( _( "Create a new symbol, derived from an existing symbol" ) )
|
||||||
.Icon( BITMAPS::new_component ) );
|
.Icon( BITMAPS::new_component ) );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user