freebsd-ports/cad/kicad-devel/files/patch-pcbnew_dialogs_dialog__board__reannotate.cpp
Michael Reifenberger d0266a5d70 cad/kicad-*-devel: Update
Update to the latest versions
2022-03-06 11:38:05 +01:00

11 lines
541 B
C++

--- 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() )
{