Skip to content

Commit

Permalink
Minor GUI string change
Browse files Browse the repository at this point in the history
Console bar: Using "Run:" as label for the new popup menu with the recently
executed commands fits better to the labels of the "Find:" and "Replace:" bars.
  • Loading branch information
humdingerb committed Dec 4, 2024
1 parent e8c7041 commit 6fad1a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .genio
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ui/GenioWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2557,7 +2557,7 @@ GenioWindow::_InitCommandRunToolbar()
fRunGroup->ChangeIconSize(be_control_look->ComposeIconSize(kDefaultIconSize).Width());
}

fRunMenuField = new BMenuField("RecentMenuField", NULL, new BMenu(B_TRANSLATE("Recents")));
fRunMenuField = new BMenuField("RecentMenuField", NULL, new BMenu(B_TRANSLATE("Run:")));
fRunMenuField->SetExplicitMaxSize(BSize(kFindReplaceOPSize, B_SIZE_UNSET));
fRunMenuField->SetExplicitMinSize(BSize(kFindReplaceOPSize, B_SIZE_UNSET));

Expand Down

0 comments on commit 6fad1a3

Please sign in to comment.