mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Remove hard-coded string.
This commit is contained in:
parent
66c9845a43
commit
6ae3ffefe1
@ -181,7 +181,7 @@ void BrowseLayout::InitializeWindows() {
|
|||||||
this->categoryListFilter = std::make_shared<TextInput>(TextInput::StyleLine);
|
this->categoryListFilter = std::make_shared<TextInput>(TextInput::StyleLine);
|
||||||
this->categoryListFilter->TextChanged.connect(this, &BrowseLayout::OnCategoryFilterChanged);
|
this->categoryListFilter->TextChanged.connect(this, &BrowseLayout::OnCategoryFilterChanged);
|
||||||
this->categoryListFilter->EnterPressed.connect(this, &BrowseLayout::OnCategoryFilterEnterPressed);
|
this->categoryListFilter->EnterPressed.connect(this, &BrowseLayout::OnCategoryFilterEnterPressed);
|
||||||
this->categoryListFilter->SetHint("filter");
|
this->categoryListFilter->SetHint(_TSTR("search_filter_hint"));
|
||||||
|
|
||||||
this->trackList = std::make_shared<TrackListView>(this->playback, this->library);
|
this->trackList = std::make_shared<TrackListView>(this->playback, this->library);
|
||||||
this->trackList->MouseEvent.connect(this, &BrowseLayout::OnWindowMouseEvent);
|
this->trackList->MouseEvent.connect(this, &BrowseLayout::OnWindowMouseEvent);
|
||||||
|
Loading…
Reference in New Issue
Block a user