Pcbnew: Fix Bug #1224656

This commit is contained in:
jean-pierre charras 2013-09-13 11:58:51 +02:00
parent 25ffde5a42
commit eedd673d4c
1 changed files with 1 additions and 0 deletions

View File

@ -1567,6 +1567,7 @@ MODULE* PCB_PARSER::parseMODULE( wxArrayString* aInitialComments ) throw( IO_ERR
break;
case T_fp_lib:
NeedSYMBOLorNUMBER();
fpid.SetLibNickname( FromUTF8() );
NeedRIGHT();
break;