Programmable hotkeys added in gerbview. Fixed a compilation probleme in ansi mode (non unicode mode).

This commit is contained in:
CHARRAS
2007-09-10 04:51:01 +00:00
parent 67f15fe083
commit d6072d8ac9
22 changed files with 5402 additions and 5022 deletions
+2 -1
View File
@@ -427,7 +427,8 @@ int WinEDA_BasicFrame::WriteHotkeyConfigFile( const wxString&
fprintf( cfgfile, DescList->m_Comment );
fprintf( cfgfile, "\n" );
}
fprintf( cfgfile, CONV_TO_UTF8( *DescList->m_SectionTag ) );
msg = *DescList->m_SectionTag;
fprintf( cfgfile, CONV_TO_UTF8( msg ) );
fprintf( cfgfile, "\n" );
List = DescList->m_HK_InfoList;
for( ; *List != NULL; List++ )