Updated IndexerLayout with the correct hotkey in the description label.

This commit is contained in:
casey 2016-06-23 22:25:55 -07:00
parent 9224d878fb
commit 37bcf28804

View File

@ -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);