ENH:replace share with upload
jira:[update text] Change-Id: Id380622e09f29b2b81001889169cc6aa7a492a40
This commit is contained in:
parent
8cf5061fec
commit
d59d2fd014
|
@ -1550,7 +1550,7 @@ wxBoxSizer* MainFrame::create_side_tools()
|
||||||
m_slice_select = eSlicePlate;
|
m_slice_select = eSlicePlate;
|
||||||
m_print_select = ePrintPlate;
|
m_print_select = ePrintPlate;
|
||||||
|
|
||||||
m_publish_btn = new Button(this, _L("Share"), "bar_publish", 0, FromDIP(16));
|
m_publish_btn = new Button(this, _L("Upload"), "bar_publish", 0, FromDIP(16));
|
||||||
m_slice_btn = new SideButton(this, _L("Slice plate"), "");
|
m_slice_btn = new SideButton(this, _L("Slice plate"), "");
|
||||||
m_slice_option_btn = new SideButton(this, "", "sidebutton_dropdown", 0, FromDIP(14));
|
m_slice_option_btn = new SideButton(this, "", "sidebutton_dropdown", 0, FromDIP(14));
|
||||||
m_print_btn = new SideButton(this, _L("Print plate"), "");
|
m_print_btn = new SideButton(this, _L("Print plate"), "");
|
||||||
|
|
Loading…
Reference in New Issue