Commit 98ea05d0 authored by charras's avatar charras

minor changes

parent d8fae88f
......@@ -6,10 +6,10 @@
#endif
#ifndef KICAD_BUILD_VERSION
#define KICAD_BUILD_VERSION "(2010-02-09)"
#define KICAD_BUILD_VERSION "(2010-02-17)"
#endif
#define VERSION_STABILITY "RC2"
#define VERSION_STABILITY "RC3"
/** Function GetBuildVersion()
* Return the build date and version
......
......@@ -338,7 +338,7 @@ void WinEDA_LibeditFrame::DisplayCmpDoc()
else
msg = m_component->GetAliasDataDocFileName( m_aliasName );
AppendMsgPanel( _( "datasheet" ), msg, DARKDARKGRAY );
AppendMsgPanel( _( "Datasheet" ), msg, DARKDARKGRAY );
}
......
......@@ -137,6 +137,8 @@ EVT_UPDATE_UI( ID_LIBEDIT_GET_FRAME_EDIT_FIELDS,
WinEDA_LibeditFrame::OnUpdateEditingPart )
EVT_UPDATE_UI( ID_LIBEDIT_CHECK_PART,
WinEDA_LibeditFrame::OnUpdateEditingPart )
EVT_UPDATE_UI( ID_LIBEDIT_GET_FRAME_EDIT_PART,
WinEDA_LibeditFrame::OnUpdateEditingPart )
EVT_UPDATE_UI( wxID_UNDO, WinEDA_LibeditFrame::OnUpdateUndo )
EVT_UPDATE_UI( wxID_REDO, WinEDA_LibeditFrame::OnUpdateRedo )
EVT_UPDATE_UI( ID_LIBEDIT_SAVE_CURRENT_LIB,
......
No preview for this file type
This diff is collapsed.
release version:
2010 feb 09
2010 feb 17
files (.zip,.tgz):
kicad-2010-02-09-RC2
kicad-2010-02-17-RC3
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment