mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
ENH: add translations for Search
JIRA: STUDIO-1985 Change-Id: I39d0eddfc1aa957ecdbe35b9093bceb5c770c224 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
6827b41eb3
commit
55f3e51bf4
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ SelectMachinePopup::SelectMachinePopup(wxWindow *parent)
|
|||
|
||||
#if !BBL_RELEASE_TO_PUBLIC && defined(__WINDOWS__)
|
||||
m_sizer_search_bar = new wxBoxSizer(wxVERTICAL);
|
||||
m_search_bar = new wxSearchCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_search_bar = new wxSearchCtrl( this, wxID_ANY, _L("Search"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_search_bar->ShowSearchButton( true );
|
||||
m_search_bar->ShowCancelButton( false );
|
||||
m_sizer_search_bar->Add( m_search_bar, 1, wxALL| wxEXPAND, 1 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue