Fix a compatibility issue for wxWidgets 3.0, when moving cursor by arrow keys.

Fix a very minor bug (2 duplicate lines when copying version informations to the clipboard)
This commit is contained in:
jean-pierre charras
2013-11-17 17:48:47 +01:00
parent c8c06ff230
commit 3ea78d07b1
3 changed files with 3 additions and 17 deletions
-14
View File
@@ -552,20 +552,6 @@ void EDA_BASE_FRAME::CopyVersionInfoToClipboard( wxCommandEvent& event )
tmp << wxT( "OFF\n" );
#endif
tmp << wxT( " KICAD_SCRIPTING_WXPYTHON=" );
#ifdef KICAD_SCRIPTING_WXPYTHON
tmp << wxT( "ON\n" );
#else
tmp << wxT( "OFF\n" );
#endif
tmp << wxT( " USE_FP_LIB_TABLE=" );
#ifdef USE_FP_LIB_TABLE
tmp << wxT( "ON\n" );
#else
tmp << wxT( "OFF\n" );
#endif
tmp << wxT( " USE_FP_LIB_TABLE=" );
#ifdef USE_FP_LIB_TABLE
tmp << wxT( "ON\n" );