Commit 6a5d55bf authored by dickelbeck's avatar dickelbeck
Browse files

quick fixes before translations get started

parent 6fb76879
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -935,7 +935,7 @@ bool DIALOG_DESIGN_RULES::TestDataValidity()
        if( tracksize > 10000 )
        {
            result = false;
            msg.Printf( _( "<b>Extra Track %d Size</b> %s &gt; <b>1 inch!</b><br>" ),
            msg.Printf( _( "<b>Extra Track %d Size</b> %s &gt; <b>1 inch!</b><br>" ),
                row+1, GetChars( tvalue ) );

            m_MessagesList->AppendToPage( msg );
@@ -971,3 +971,4 @@ bool DIALOG_DESIGN_RULES::TestDataValidity()

    return result;
}
+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!
@@ -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;
@@ -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();
	
};