Skip to content

Commit

Permalink
rg-350 buttons for hidden files
Browse files Browse the repository at this point in the history
  • Loading branch information
podulator committed Feb 5, 2020
1 parent 834994b commit 41bd87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browsedialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ bool BrowseDialog::exec() {
this->app->ui->drawButton(this->bg, "start", app->tr["Select"]);
} else {
this->app->ui->drawButton(this->bg, "start", app->tr["Exit"],
this->app->ui->drawButton(this->bg, "x", app->tr["Hidden"],
this->app->ui->drawButton(this->bg, "y", app->tr["Hidden"],
this->app->ui->drawButton(this->bg, "b", app->tr["Up"],
this->app->ui->drawButton(this->bg, "a", app->tr["Select"])))
);
Expand Down

0 comments on commit 41bd87a

Please sign in to comment.