~bidulock/kicad/kicad-brian

« back to all changes in this revision

Viewing changes to eeschema/files-io.cpp

  • Committer: Brian F. G. Bidulock
  • Date: 2010-06-30 12:43:10 UTC
  • mfrom: (2360.3.47 testing)
  • Revision ID: brian@habeascorpus-20100630124310-9p4sig3zj1gqnlqd
mergedĀ upstreamĀ changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
                           GetChars( fn.GetFullPath() ),
195
195
                           GetChars( errMsg ) );
196
196
            DisplayError( this, prompt );
197
 
            msg += wxT( " ->Error" );
 
197
            msg += _( " ->Error" );
198
198
        }
199
199
 
200
200
        PrintMsg( msg );