mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-05 00:15:30 +00:00
Remove dynamic portions of execute/copyfiles description
This commit is contained in:
parent
a557c23576
commit
154634b1f6
@ -39,7 +39,7 @@ JOB_SPECIAL_COPYFILES::JOB_SPECIAL_COPYFILES() :
|
||||
|
||||
wxString JOB_SPECIAL_COPYFILES::GetDefaultDescription() const
|
||||
{
|
||||
return wxString( "Copy files: " ) + m_source;
|
||||
return wxString( "Copy files" );
|
||||
}
|
||||
|
||||
|
||||
|
@ -36,7 +36,7 @@ JOB_SPECIAL_EXECUTE::JOB_SPECIAL_EXECUTE() :
|
||||
|
||||
wxString JOB_SPECIAL_EXECUTE::GetDefaultDescription() const
|
||||
{
|
||||
return wxString( "Execute command: " ) + m_command;
|
||||
return wxString( "Execute command" );
|
||||
}
|
||||
|
||||
REGISTER_JOB( special_execute, _HKI( "Special: Execute Command" ), KIWAY::KIWAY_FACE_COUNT,
|
||||
|
Loading…
Reference in New Issue
Block a user