Commit 3d834342 authored by jean-pierre charras's avatar jean-pierre charras
Browse files

Very minor fixes.

parent 49aff8bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/*
 * This program source code file is part of KiCad, a free EDA CAD application.
 *
 * Copyright (C) 2004 Jean-Pierre Charras, jaen-pierre.charras@gipsa-lab.inpg.com
 * Copyright (C) 2014 SoftPLC Corporation, Dick Hollenbeck <dick@softplc.com>
 * Copyright (C) 2008-2011 Wayne Stambaugh <stambaughw@verizon.net>
 * Copyright (C) 1992-2014 KiCad Developers, see AUTHORS.txt for contributors.
 *
+5677 −4502

File changed.

Preview size limit exceeded, changes collapsed.

+970 −970

File changed.

Preview size limit exceeded, changes collapsed.

+427 −431

File changed.

Preview size limit exceeded, changes collapsed.

+4 −1
Original line number Diff line number Diff line
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Apr 10 2012)
// C++ code generated with wxFormBuilder (version Nov  6 2013)
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////

#include "dialog_erc_listbox.h"

#include "dialog_erc_base.h"

///////////////////////////////////////////////////////////////////////////
@@ -78,6 +80,7 @@ DIALOG_ERC_BASE::DIALOG_ERC_BASE( wxWindow* parent, wxWindowID id, const wxStrin
	bSizerMessages->Add( m_titleMessages, 0, wxRIGHT|wxLEFT, 5 );
	
	m_MessagesList = new wxTextCtrl( m_PanelERC, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_MULTILINE|wxTE_READONLY );
	m_MessagesList->SetMaxLength( 0 ); 
	bSizerMessages->Add( m_MessagesList, 1, wxEXPAND|wxLEFT, 5 );
	
	
Loading