From 6d4fbcd5bbd8a79e2838d9a5456cd43d81fa7652 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Sun, 14 Apr 2019 19:52:49 +0200 Subject: [PATCH] SIM_PLOT_FRAME_BASE: very minor fix. --- eeschema/sim/sim_plot_frame_base.cpp | 4 ++-- eeschema/sim/sim_plot_frame_base.fbp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eeschema/sim/sim_plot_frame_base.cpp b/eeschema/sim/sim_plot_frame_base.cpp index 23b71a6dd3..44b7a9c2ca 100644 --- a/eeschema/sim/sim_plot_frame_base.cpp +++ b/eeschema/sim/sim_plot_frame_base.cpp @@ -32,7 +32,7 @@ SIM_PLOT_FRAME_BASE::SIM_PLOT_FRAME_BASE( wxWindow* parent, wxWindowID id, const m_fileMenu->AppendSeparator(); wxMenuItem* m_saveImage; - m_saveImage = new wxMenuItem( m_fileMenu, ID_SAVE_AS_IMAGE, wxString( _("Save as image") ) , wxEmptyString, wxITEM_NORMAL ); + m_saveImage = new wxMenuItem( m_fileMenu, ID_SAVE_AS_IMAGE, wxString( _("Save as Image") ) , wxEmptyString, wxITEM_NORMAL ); m_fileMenu->Append( m_saveImage ); wxMenuItem* m_saveCsv; @@ -90,7 +90,7 @@ SIM_PLOT_FRAME_BASE::SIM_PLOT_FRAME_BASE( wxWindow* parent, wxWindowID id, const m_viewMenu->AppendSeparator(); wxMenuItem* m_showGrid; - m_showGrid = new wxMenuItem( m_viewMenu, ID_MENU_SHOW_GRID, wxString( _("Show &grid") ) , wxEmptyString, wxITEM_CHECK ); + m_showGrid = new wxMenuItem( m_viewMenu, ID_MENU_SHOW_GRID, wxString( _("Show &Grid") ) , wxEmptyString, wxITEM_CHECK ); m_viewMenu->Append( m_showGrid ); wxMenuItem* m_showLegend; diff --git a/eeschema/sim/sim_plot_frame_base.fbp b/eeschema/sim/sim_plot_frame_base.fbp index be77036374..dd7ae91cc0 100644 --- a/eeschema/sim/sim_plot_frame_base.fbp +++ b/eeschema/sim/sim_plot_frame_base.fbp @@ -137,7 +137,7 @@ ID_SAVE_AS_IMAGE wxITEM_NORMAL - Save as image + Save as Image m_saveImage none @@ -329,7 +329,7 @@ ID_MENU_SHOW_GRID wxITEM_CHECK - Show &grid + Show &Grid m_showGrid none