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

This commit is contained in:
charras 2008-11-12 17:31:52 +00:00
parent 09701a74dd
commit 47aace87a9
1 changed files with 1 additions and 1 deletions

View File

@ -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;