mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-31 15:14:06 +00:00
Updated IndexerLayout with the correct hotkey in the description label.
This commit is contained in:
parent
9224d878fb
commit
37bcf28804
@ -144,7 +144,7 @@ void IndexerLayout::InitializeWindows() {
|
||||
this->browseLabel->SetText("browse (SPACE to add)", TextLabel::AlignLeft);
|
||||
|
||||
this->addedPathsLabel.reset(new TextLabel());
|
||||
this->addedPathsLabel->SetText("indexed paths (DEL to remove)", TextLabel::AlignLeft);
|
||||
this->addedPathsLabel->SetText("indexed paths (BACKSPACE to remove)", TextLabel::AlignLeft);
|
||||
|
||||
this->addedPathsList.reset(new cursespp::ListWindow(&this->addedPathsAdapter));
|
||||
this->addedPathsList->SetContentColor(BOX_COLOR_WHITE_ON_BLACK);
|
||||
|
Loading…
Reference in New Issue
Block a user