All: use a S expression to describe the page layout (title block and grid references). Work in progress.

This should  allow users to define their own page layout.
This commit is contained in:
jean-pierre charras
2013-06-05 14:03:16 +02:00
parent 5deaba9669
commit 3655df08ea
20 changed files with 1174 additions and 1072 deletions
+1
View File
@@ -519,6 +519,7 @@ int EDA_BASE_FRAME::WriteHotkeyConfig( struct EDA_HOTKEY_CONFIG* aDescList,
if( file )
{
fputs( TO_UTF8( msg ), file );
fclose( file );
}
else
{