minor fixes.
This commit is contained in:
parent
8eb68ee472
commit
b6663a1c41
|
@ -23,8 +23,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sim/spice_library_parser.h>
|
#include <sim/spice_library_parser.h>
|
||||||
#include <sim/spice_grammar.h>
|
|
||||||
#include <sim/sim_library_spice.h>
|
#include <sim/sim_library_spice.h>
|
||||||
|
#include <sim/spice_grammar.h>
|
||||||
#include <sim/sim_model_spice.h>
|
#include <sim/sim_model_spice.h>
|
||||||
#include <ki_exception.h>
|
#include <ki_exception.h>
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@ PANEL_FUSING_CURRENT_BASE( parent, id, pos, size, style, name )
|
||||||
|
|
||||||
// show markdown formula explanation in lower help panel
|
// show markdown formula explanation in lower help panel
|
||||||
wxString msg;
|
wxString msg;
|
||||||
ConvertMarkdown2Html( fusing_current_help, msg );
|
ConvertMarkdown2Html( wxGetTranslation( fusing_current_help ), msg );
|
||||||
m_htmlHelp->SetPage( msg );
|
m_htmlHelp->SetPage( msg );
|
||||||
|
|
||||||
// Needed on wxWidgets 3.0 to ensure sizers are correctly set
|
// Needed on wxWidgets 3.0 to ensure sizers are correctly set
|
||||||
|
|
Loading…
Reference in New Issue