Commit 63985f67 authored by Dick Hollenbeck's avatar Dick Hollenbeck

wxString::Format() fix

parent f8f35a8c
......@@ -1214,7 +1214,8 @@ void SPECCTRA_DB::fillBOUNDARY( BOARD* aBoard, BOUNDARY* boundary ) throw( IO_ER
wxString error = wxString::Format(
_( "Unable to find the next segment with an endpoint of (%d,%d)\n."
"Edit Edge.Cuts interior graphics, making them contiguous polygons each." ),
prevPt
prevPt.x,
prevPt.y
);
ThrowIOError( error );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment