Cleanup.
This commit is contained in:
parent
03a2723b67
commit
b07afad83c
|
@ -542,8 +542,7 @@ bool DIALOG_PAGES_SETTINGS::SavePageSettings()
|
|||
|
||||
if( !success )
|
||||
{
|
||||
wxASSERT_MSG( false,
|
||||
_( "the translation for paper size must preserve original spellings" ) );
|
||||
wxFAIL_MSG( "The translation for paper size must preserve original spellings" );
|
||||
m_pageInfo.SetType( PAGE_INFO::A4 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue