Loading common/build_version.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -7,9 +7,9 @@ #ifndef KICAD_BUILD_VERSION #if defined KICAD_GOST # define KICAD_BUILD_VERSION "(2011-aug-04 GOST)" # define KICAD_BUILD_VERSION "(2011-oct-15 GOST)" #else # define KICAD_BUILD_VERSION "(2011-aug-04)" # define KICAD_BUILD_VERSION "(2011-oct-15)" #endif #endif Loading cvpcb/menubar.cpp +4 −9 Original line number Diff line number Diff line Loading @@ -89,15 +89,10 @@ void CVPCB_MAINFRAME::ReCreateMenuBar() // Menu Preferences: wxMenu* preferencesMenu = new wxMenu; // Options (Preferences on WXMAC) AddMenuItem( preferencesMenu, wxID_PREFERENCES, #ifdef __WXMAC__ _( "&Preferences..." ), #else _( "&Options" ), #endif // __WXMAC__ _( "Set libraries and library search paths" ), // Libraries to load AddMenuItem( preferencesMenu, wxID_PREFERENCES, _( "&Libraries" ), _( "Set footprint libraries lo load and library search paths" ), KiBitmap( config_xpm ) ); // Language submenu Loading eeschema/class_library.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -425,7 +425,7 @@ bool CMP_LIBRARY::Load( wxString& aErrorMsg ) if( !tkn.HasMoreTokens() || !tkn.GetNextToken().Upper().StartsWith(wxT( "EESCHEMA-LIB" ) ) ) { aErrorMsg = _( "The file is NOT an EESCHEMA library!" ); aErrorMsg = _( "The file is NOT an Eeschema library!" ); fclose( file ); return false; } Loading eeschema/dialogs/dialog_plot_schematic_DXF.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -231,7 +231,7 @@ void DIALOG_PLOT_SCHEMATIC_DXF::PlotOneSheetDXF( const wxString& FileName, plotter->set_color_mode( m_plotColorOpt ); /* Init : */ plotter->set_creator( wxT( "EESchema-DXF" ) ); plotter->set_creator( wxT( "Eeschema-DXF" ) ); plotter->set_filename( FileName ); plotter->start_plot( output_file ); Loading eeschema/dialogs/dialog_plot_schematic_HPGL.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -378,7 +378,7 @@ void DIALOG_PLOT_SCHEMATIC_HPGL::Plot_1_Page_HPGL( const wxString& FileName, plotter->set_viewport( offset, plot_scale, 0 ); plotter->set_default_line_width( g_DrawDefaultLineThickness ); /* Init : */ plotter->set_creator( wxT( "EESchema-HPGL" ) ); plotter->set_creator( wxT( "Eeschema-HPGL" ) ); plotter->set_filename( FileName ); plotter->set_pen_speed( g_HPGL_Pen_Descr.m_Pen_Speed ); plotter->set_pen_number( g_HPGL_Pen_Descr.m_Pen_Num ); Loading Loading
common/build_version.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -7,9 +7,9 @@ #ifndef KICAD_BUILD_VERSION #if defined KICAD_GOST # define KICAD_BUILD_VERSION "(2011-aug-04 GOST)" # define KICAD_BUILD_VERSION "(2011-oct-15 GOST)" #else # define KICAD_BUILD_VERSION "(2011-aug-04)" # define KICAD_BUILD_VERSION "(2011-oct-15)" #endif #endif Loading
cvpcb/menubar.cpp +4 −9 Original line number Diff line number Diff line Loading @@ -89,15 +89,10 @@ void CVPCB_MAINFRAME::ReCreateMenuBar() // Menu Preferences: wxMenu* preferencesMenu = new wxMenu; // Options (Preferences on WXMAC) AddMenuItem( preferencesMenu, wxID_PREFERENCES, #ifdef __WXMAC__ _( "&Preferences..." ), #else _( "&Options" ), #endif // __WXMAC__ _( "Set libraries and library search paths" ), // Libraries to load AddMenuItem( preferencesMenu, wxID_PREFERENCES, _( "&Libraries" ), _( "Set footprint libraries lo load and library search paths" ), KiBitmap( config_xpm ) ); // Language submenu Loading
eeschema/class_library.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -425,7 +425,7 @@ bool CMP_LIBRARY::Load( wxString& aErrorMsg ) if( !tkn.HasMoreTokens() || !tkn.GetNextToken().Upper().StartsWith(wxT( "EESCHEMA-LIB" ) ) ) { aErrorMsg = _( "The file is NOT an EESCHEMA library!" ); aErrorMsg = _( "The file is NOT an Eeschema library!" ); fclose( file ); return false; } Loading
eeschema/dialogs/dialog_plot_schematic_DXF.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -231,7 +231,7 @@ void DIALOG_PLOT_SCHEMATIC_DXF::PlotOneSheetDXF( const wxString& FileName, plotter->set_color_mode( m_plotColorOpt ); /* Init : */ plotter->set_creator( wxT( "EESchema-DXF" ) ); plotter->set_creator( wxT( "Eeschema-DXF" ) ); plotter->set_filename( FileName ); plotter->start_plot( output_file ); Loading
eeschema/dialogs/dialog_plot_schematic_HPGL.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -378,7 +378,7 @@ void DIALOG_PLOT_SCHEMATIC_HPGL::Plot_1_Page_HPGL( const wxString& FileName, plotter->set_viewport( offset, plot_scale, 0 ); plotter->set_default_line_width( g_DrawDefaultLineThickness ); /* Init : */ plotter->set_creator( wxT( "EESchema-HPGL" ) ); plotter->set_creator( wxT( "Eeschema-HPGL" ) ); plotter->set_filename( FileName ); plotter->set_pen_speed( g_HPGL_Pen_Descr.m_Pen_Speed ); plotter->set_pen_number( g_HPGL_Pen_Descr.m_Pen_Num ); Loading