Merge branch 'hishamhm-pull-949'

This commit is contained in:
Nathan Scott 2020-08-20 14:48:47 +10:00
commit e25ac8557d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ typedef bool(*MainPanel_ForeachProcessFn)(Process*, Arg);
}*/
static const char* const MainFunctions[] = {"Help ", "Setup ", "Search", "Filter", "Tree ", "SortBy", "Nice -", "Nice +", "Kill ", "Quit ", NULL};
static const char* const MainFunctions[] = {"Help ", "Setup ", "Search ", "Filter ", "Tree ", "SortBy ", "Nice - ", "Nice + ", "Kill ", "Quit ", NULL};
void MainPanel_updateTreeFunctions(MainPanel* this, bool mode) {
FunctionBar* bar = MainPanel_getFunctionBar(this);