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…
Reference in New Issue