7
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:
Marek Roszko 2025-01-04 10:06:13 -05:00
parent a557c23576
commit 154634b1f6
2 changed files with 2 additions and 2 deletions

View File

@ -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" );
}

View File

@ -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,