diff --git a/MainPanel.c b/MainPanel.c index 604749a90..2c89a073d 100644 --- a/MainPanel.c +++ b/MainPanel.c @@ -13,7 +13,7 @@ in the source distribution for its full text. #include -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);