Loading pcbnew/dialog_design_rules.cpp +4 −3 Original line number Diff line number Diff line Loading @@ -935,7 +935,7 @@ bool DIALOG_DESIGN_RULES::TestDataValidity() if( tracksize > 10000 ) { result = false; msg.Printf( _( "<b>Extra Track %d Size</b> %s > <b>1 inch!</b><br>" ), msg.Printf( _( "<b>Extra Track %d Size</b> %s > <b>1 inch!</b><br>" ), row+1, GetChars( tvalue ) ); m_MessagesList->AppendToPage( msg ); Loading Loading @@ -971,3 +971,4 @@ bool DIALOG_DESIGN_RULES::TestDataValidity() return result; } pcbnew/dialog_design_rules_base.h +3 −2 Original line number Diff line number Diff line /////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Apr 16 2008) // C++ code generated with wxFormBuilder (version Dec 29 2008) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! Loading Loading @@ -84,6 +84,7 @@ class DIALOG_DESIGN_RULES_BASE : public wxDialog wxStaticText* m_staticTextInfo; wxStaticText* m_staticText7; wxGrid* m_gridViaSizeList; wxStaticText* m_staticText8; wxGrid* m_gridTrackWidthList; wxHtmlWindow* m_MessagesList; wxStdDialogButtonSizer* m_sdbButtonsSizer; Loading @@ -107,7 +108,7 @@ class DIALOG_DESIGN_RULES_BASE : public wxDialog public: DIALOG_DESIGN_RULES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Design Rules Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 792,692 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); DIALOG_DESIGN_RULES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Design Rules Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 850,692 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~DIALOG_DESIGN_RULES_BASE(); }; Loading Loading
pcbnew/dialog_design_rules.cpp +4 −3 Original line number Diff line number Diff line Loading @@ -935,7 +935,7 @@ bool DIALOG_DESIGN_RULES::TestDataValidity() if( tracksize > 10000 ) { result = false; msg.Printf( _( "<b>Extra Track %d Size</b> %s > <b>1 inch!</b><br>" ), msg.Printf( _( "<b>Extra Track %d Size</b> %s > <b>1 inch!</b><br>" ), row+1, GetChars( tvalue ) ); m_MessagesList->AppendToPage( msg ); Loading Loading @@ -971,3 +971,4 @@ bool DIALOG_DESIGN_RULES::TestDataValidity() return result; }
pcbnew/dialog_design_rules_base.h +3 −2 Original line number Diff line number Diff line /////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Apr 16 2008) // C++ code generated with wxFormBuilder (version Dec 29 2008) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! Loading Loading @@ -84,6 +84,7 @@ class DIALOG_DESIGN_RULES_BASE : public wxDialog wxStaticText* m_staticTextInfo; wxStaticText* m_staticText7; wxGrid* m_gridViaSizeList; wxStaticText* m_staticText8; wxGrid* m_gridTrackWidthList; wxHtmlWindow* m_MessagesList; wxStdDialogButtonSizer* m_sdbButtonsSizer; Loading @@ -107,7 +108,7 @@ class DIALOG_DESIGN_RULES_BASE : public wxDialog public: DIALOG_DESIGN_RULES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Design Rules Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 792,692 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); DIALOG_DESIGN_RULES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Design Rules Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 850,692 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~DIALOG_DESIGN_RULES_BASE(); }; Loading