Browse Source

Ellipsis for Edit Table Properties dialog.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/19682
pcb_db
Jeff Young 9 months ago
parent
commit
5e6795a774
  1. 2
      common/tool/actions.cpp

2
common/tool/actions.cpp

@ -451,7 +451,7 @@ TOOL_ACTION ACTIONS::editTable( TOOL_ACTION_ARGS()
.Name( "pcbnew.TableEditor.editTable" )
.Scope( AS_GLOBAL )
.DefaultHotkey( MD_CTRL + 'E' )
.FriendlyName( _( "Edit Table" ) )
.FriendlyName( _( "Edit Table..." ) )
.Icon( BITMAPS::spreadsheet ) ); // JEY TODO: need icon
TOOL_ACTION ACTIONS::activatePointEditor( TOOL_ACTION_ARGS()

Loading…
Cancel
Save