SIM_PLOT_FRAME_BASE: very minor fix.
This commit is contained in:
parent
a07caac85a
commit
6d4fbcd5bb
|
@ -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;
|
||||
|
|
|
@ -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 &grid</property>
|
||||
<property name="label">Show &Grid</property>
|
||||
<property name="name">m_showGrid</property>
|
||||
<property name="permission">none</property>
|
||||
<property name="shortcut"></property>
|
||||
|
|
Loading…
Reference in New Issue