blob: 531346308fac9f87c814c9db593c62d9814f4fcc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- pcbnew/dialogs/dialog_board_reannotate.cpp.orig 2022-03-03 17:16:00 UTC
+++ pcbnew/dialogs/dialog_board_reannotate.cpp
@@ -522,7 +522,7 @@ void DIALOG_BOARD_REANNOTATE::LogChangePlan()
(int) m_refDesTypes.size() );
for( RefDesTypeStr Type : m_refDesTypes ) // Show all the types of refdes
- message += Type.RefDesType + ( 0 == ( i++ % 16 ) ? wxT( "\n" ) : wxS( " " ) );
+ message += Type.RefDesType + ( 0 == ( i++ % 16 ) ? wxT( "\n" ) : wxT( " " ) );
if( !m_excludeArray.empty() )
{
|