diff --git a/MainPanel.c b/MainPanel.c index 25023367..7cd9228e 100644 --- a/MainPanel.c +++ b/MainPanel.c @@ -36,7 +36,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);