kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #20592
Re: [PATCH] A few issues in GAL mode.
I would to propose some small patch, which makes error message more consistent
and verbose. See attachment.
--
Best Regards,
LordBlick
=== modified file 'pcbnew/router/router_tool.cpp'
--- pcbnew/router/router_tool.cpp 2015-09-24 09:04:42 +0000
+++ pcbnew/router/router_tool.cpp 2015-09-24 12:25:24 +0000
@@ -426,7 +426,7 @@
// Cannot place blind vias with front/back as the layer pair, this doesn't make sense
if( ( aType == VIA_BLIND_BURIED ) && ( sizes.GetLayerTop() == F_Cu ) && ( sizes.GetLayerBottom() == B_Cu ) )
{
- DisplayError( m_frame, _( "Only through vias can be placed between front and bottom layers." ) );
+ DisplayError( m_frame, _( "Only through vias can be placed between front(top) and back(bottom) layers." ) );
return false;
}
}
=== renamed file 'pcbnew/scripting/plugins/uss39_barcode.py' => 'pcbnew/scripting/plugins/uss39_barcode_wizard.py' (properties changed: -x to +x)
References