Eeschema: solved minor problems in libedit in functions locate and move fields.
This commit is contained in:
parent
09701a74dd
commit
47aace87a9
|
@ -724,7 +724,7 @@ MODULE* WinEDA_BasePcbFrame::Create_1_Module( wxDC* DC, const wxString& module_n
|
||||||
{
|
{
|
||||||
DisplayInfo(this, _("No reference, aborted"));
|
DisplayInfo(this, _("No reference, aborted"));
|
||||||
return NULL;
|
return NULL;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
Line = module_name;
|
Line = module_name;
|
||||||
|
|
Loading…
Reference in New Issue