minor fixes.

This commit is contained in:
jean-pierre charras 2022-09-21 15:49:38 +02:00
parent 8eb68ee472
commit b6663a1c41
2 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@
*/
#include <sim/spice_library_parser.h>
#include <sim/spice_grammar.h>
#include <sim/sim_library_spice.h>
#include <sim/spice_grammar.h>
#include <sim/sim_model_spice.h>
#include <ki_exception.h>

View File

@ -51,7 +51,7 @@ PANEL_FUSING_CURRENT_BASE( parent, id, pos, size, style, name )
// show markdown formula explanation in lower help panel
wxString msg;
ConvertMarkdown2Html( fusing_current_help, msg );
ConvertMarkdown2Html( wxGetTranslation( fusing_current_help ), msg );
m_htmlHelp->SetPage( msg );
// Needed on wxWidgets 3.0 to ensure sizers are correctly set