mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix duplicated message.
This commit is contained in:
parent
7e5a2450b8
commit
47ae8bdb86
@ -478,9 +478,7 @@ bool FILENAME_RESOLVER::addPath( const SEARCH_PATH& aPath )
|
||||
{
|
||||
if( tpath.m_Alias == sPL->m_Alias )
|
||||
{
|
||||
wxString msg = _( "Bad alias (duplicate name)" );
|
||||
msg.append( wxT( "\n" ) );
|
||||
msg.append( _( "Alias: " ) );
|
||||
wxString msg = _( "Alias: " );
|
||||
msg.append( tpath.m_Alias );
|
||||
msg.append( wxT( "\n" ) );
|
||||
msg.append( _( "This path:" ) + wxS( " " ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user