Loading common/confirm.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -119,9 +119,9 @@ bool IsOK( wxWindow* parent, const wxString& text ) * Title = title to display * Buffer: enter text by user * Leading and trailing spaces are removed * If buffer != "Buffer is displayed * Buffer is the initial text displayed, anr the returned text * Return: * 0 if OK * 1 if OK * 0 if ESCAPE */ int Get_Message( const wxString& title, // The question Loading demos/interf_u/interf_u.brd +11468 −33002 File changed.File size exceeds preview limit. View original file View changed file eeschema/libedit_plot_component.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,9 @@ void WinEDA_LibeditFrame::OnPlotCurrentComponent( wxCommandEvent& event ) if( FullFileName.IsEmpty() ) return; // calling wxYield is mandatory under Linux, after closing the file selector dialog // to refresh the screen before creating the PNG or JPEG image from screen wxYield(); CreatePNGorJPEGFile( FullFileName, fmt_is_jpeg ); } break; Loading pcbnew/class_dimension.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -354,7 +354,7 @@ bool DIMENSION::Save( FILE* aFile ) const const char keyWordLine[] = "$COTATION\n"; const char keyWordLineEnd[] = "$endCOTATION\n"; if( fprintf( aFile, keyWordLine ) != sizeof(keyWordLine)-1 ) if( fputs( keyWordLine, aFile ) == EOF ) goto out; fprintf( aFile, "Ge %d %d %lX\n", m_Shape, m_Layer, m_TimeStamp ); Loading Loading @@ -401,7 +401,7 @@ bool DIMENSION::Save( FILE* aFile ) const FlecheG2_ox, FlecheG2_oy, FlecheG2_fx, FlecheG2_fy, m_Width ); if( fprintf( aFile, keyWordLineEnd ) != sizeof(keyWordLineEnd)-1 ) if( fputs( keyWordLineEnd, aFile ) == EOF ) goto out; rc = true; Loading Loading
common/confirm.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -119,9 +119,9 @@ bool IsOK( wxWindow* parent, const wxString& text ) * Title = title to display * Buffer: enter text by user * Leading and trailing spaces are removed * If buffer != "Buffer is displayed * Buffer is the initial text displayed, anr the returned text * Return: * 0 if OK * 1 if OK * 0 if ESCAPE */ int Get_Message( const wxString& title, // The question Loading
demos/interf_u/interf_u.brd +11468 −33002 File changed.File size exceeds preview limit. View original file View changed file
eeschema/libedit_plot_component.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,9 @@ void WinEDA_LibeditFrame::OnPlotCurrentComponent( wxCommandEvent& event ) if( FullFileName.IsEmpty() ) return; // calling wxYield is mandatory under Linux, after closing the file selector dialog // to refresh the screen before creating the PNG or JPEG image from screen wxYield(); CreatePNGorJPEGFile( FullFileName, fmt_is_jpeg ); } break; Loading
pcbnew/class_dimension.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -354,7 +354,7 @@ bool DIMENSION::Save( FILE* aFile ) const const char keyWordLine[] = "$COTATION\n"; const char keyWordLineEnd[] = "$endCOTATION\n"; if( fprintf( aFile, keyWordLine ) != sizeof(keyWordLine)-1 ) if( fputs( keyWordLine, aFile ) == EOF ) goto out; fprintf( aFile, "Ge %d %d %lX\n", m_Shape, m_Layer, m_TimeStamp ); Loading Loading @@ -401,7 +401,7 @@ bool DIMENSION::Save( FILE* aFile ) const FlecheG2_ox, FlecheG2_oy, FlecheG2_fx, FlecheG2_fy, m_Width ); if( fprintf( aFile, keyWordLineEnd ) != sizeof(keyWordLineEnd)-1 ) if( fputs( keyWordLineEnd, aFile ) == EOF ) goto out; rc = true; Loading