Update a old GerbView window title

Fix #7854
This commit is contained in:
Marek Roszko 2021-03-09 18:31:17 -05:00
parent 8be3ff5a0a
commit 20c43f48b4
1 changed files with 1 additions and 1 deletions

View File

@ -594,7 +594,7 @@ void GERBVIEW_FRAME::UpdateTitleAndInfo()
// Display the gerber filename
if( gerber == NULL )
{
SetTitle( "GerbView" );
SetTitle( _("Gerber Viewer") );
SetStatusText( wxEmptyString, 0 );