Allow translation of "Open cancelled by user." in pcb_parser.cpp
This commit is contained in:
parent
280fe976c4
commit
36853b0df4
|
@ -142,7 +142,7 @@ void PCB_PARSER::checkpoint()
|
||||||
/ std::max( 1U, m_lineCount ) );
|
/ std::max( 1U, m_lineCount ) );
|
||||||
|
|
||||||
if( !m_progressReporter->KeepRefreshing() )
|
if( !m_progressReporter->KeepRefreshing() )
|
||||||
THROW_IO_ERROR( ( "Open cancelled by user." ) );
|
THROW_IO_ERROR( _( "Open cancelled by user." ) );
|
||||||
|
|
||||||
m_lastProgressTime = curTime;
|
m_lastProgressTime = curTime;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue