Commit 14f74f7a authored by charras's avatar charras
Browse files

preparing a bug fix release

parent 95316beb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,10 +9,10 @@ email address.
================================================================================
++Pcbnew
    enhancements in printing or plot in SVG format:
    When printing techncal layers, pads on solder mask or solder paste layers
    When printing technical layers, pads on solder mask or solder paste layers
    where printed in sketch mode.
    Now they are printed as solid shapes, with dimensions according to
    solder past or solder mask clearances.
    solder paste or solder mask clearances.


2010-mar-18 UPDATE Jean-Pierre Charras <jean-pierre.charras@gipsa-lab.inpg.fr>
+2 −2
Original line number Diff line number Diff line
@@ -6,10 +6,10 @@
#endif

#ifndef KICAD_BUILD_VERSION
#define KICAD_BUILD_VERSION "(2010-03-17)"
#define KICAD_BUILD_VERSION "(2010-03-30 SVN 2479)"
#endif

#define VERSION_STABILITY "unstable"
#define VERSION_STABILITY "final"

/** Function GetBuildVersion()
 * Return the build date and version
+3 −2
Original line number Diff line number Diff line
@@ -36,10 +36,11 @@ DialogLabelEditor_Base::DialogLabelEditor_Base( wxWindow* parent, wxWindowID id,
	
	m_textLabelMultiLine = new wxTextCtrl( this, wxID_VALUEMULTI, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_MULTILINE|wxTE_PROCESS_ENTER );
	m_textLabelMultiLine->SetToolTip( _("Enter the text to be used within the schematic") );
	m_textLabelMultiLine->SetMinSize( wxSize( -1,60 ) );
	
	bSizeText->Add( m_textLabelMultiLine, 1, wxEXPAND|wxLEFT, 5 );
	bSizeText->Add( m_textLabelMultiLine, 1, wxEXPAND|wxLEFT, 3 );
	
	m_textControlSizer->Add( bSizeText, 1, wxEXPAND, 5 );
	m_textControlSizer->Add( bSizeText, 1, wxEXPAND, 3 );
	
	m_SizeTitle = new wxStaticText( this, wxID_ANY, _("&Size:"), wxDefaultPosition, wxDefaultSize, 0 );
	m_SizeTitle->Wrap( -1 );
+1 −1
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@
                                        <property name="id">wxID_VALUEMULTI</property>
                                        <property name="maximum_size"></property>
                                        <property name="maxlength">0</property>
                                        <property name="minimum_size"></property>
                                        <property name="minimum_size">-1,60</property>
                                        <property name="name">m_textLabelMultiLine</property>
                                        <property name="permission">protected</property>
                                        <property name="pos"></property>
+2.42 KiB (222 KiB)

File changed.

No diff preview for this file type.

Loading