Browse Source

SIM_PLOT_FRAME_BASE: very minor fix.

pull/13/head
jean-pierre charras 7 years ago
parent
commit
6d4fbcd5bb
  1. 4
      eeschema/sim/sim_plot_frame_base.cpp
  2. 4
      eeschema/sim/sim_plot_frame_base.fbp

4
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;

4
eeschema/sim/sim_plot_frame_base.fbp

@ -137,7 +137,7 @@
<property name="help"></property>
<property name="id">ID_SAVE_AS_IMAGE</property>
<property name="kind">wxITEM_NORMAL</property>
<property name="label">Save as image</property>
<property name="label">Save as Image</property>
<property name="name">m_saveImage</property>
<property name="permission">none</property>
<property name="shortcut"></property>
@ -329,7 +329,7 @@
<property name="help"></property>
<property name="id">ID_MENU_SHOW_GRID</property>
<property name="kind">wxITEM_CHECK</property>
<property name="label">Show &amp;grid</property>
<property name="label">Show &amp;Grid</property>
<property name="name">m_showGrid</property>
<property name="permission">none</property>
<property name="shortcut"></property>

Loading…
Cancel
Save