Commit 47aace87 authored by charras's avatar charras

Eeschema: solved minor problems in libedit in functions locate and move fields.

parent 09701a74
...@@ -724,7 +724,7 @@ MODULE* WinEDA_BasePcbFrame::Create_1_Module( wxDC* DC, const wxString& module_n ...@@ -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;
......
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