Browse Source

typo; bug in lib component edition: doc filename was entered from browse button without extension.

pull/1/head
charras 17 years ago
parent
commit
dd4e90215e
  1. 2
      eeschema/edit_component_in_lib.cpp
  2. 2
      gerbview/gerbview_config.cpp
  3. BIN
      internat/fr/kicad.mo
  4. 2414
      internat/fr/kicad.po
  5. 2
      pcbnew/pcbplot.cpp

2
eeschema/edit_component_in_lib.cpp

@ -791,7 +791,7 @@ void WinEDA_PartPropertiesFrame::BrowseAndSelectDocFile( wxCommandEvent& event )
if( pathlen < 0 // a subpath is found
|| pathlen > (int) fn.GetPath().Len() ) // a better subpath if found
{
filename = fn.GetPathWithSep() + fn.GetName();
filename = fn.GetPathWithSep() + fn.GetFullName();
pathlen = fn.GetPath().Len();
}
fn = FullFileName; //Try to find a better subpath

2
gerbview/gerbview_config.cpp

@ -23,7 +23,7 @@
const wxString GerbviewProjectFileExt( wxT( "cnf" ) );
const wxString GerbviewProjectFileWildcard( _( "GervView project files " \
const wxString GerbviewProjectFileWildcard( _( "GerbView project files " \
"(.cnf)|*.cnf" ) );

BIN
internat/fr/kicad.mo

2414
internat/fr/kicad.po
File diff suppressed because it is too large
View File

2
pcbnew/pcbplot.cpp

@ -693,7 +693,7 @@ void WinEDA_PlotFrame::Plot( wxCommandEvent& event )
case PLOT_FORMAT_HPGL:
ext = wxT( "plt" );
wildcard = _( "HPGL plat files (.plt)|*.plt" );
wildcard = _( "HPGL plot files (.plt)|*.plt" );
break;
}

Loading…
Cancel
Save