Compress size of default FunctionBar

This commit is contained in:
Christian Göttsche 2020-10-07 11:02:13 +02:00 committed by cgzones
parent 55eafd3b39
commit fc301b7447
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ in the source distribution for its full text.
#include <stdlib.h>
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);