Skip to content

Commit

Permalink
Compress size of default FunctionBar
Browse files Browse the repository at this point in the history
  • Loading branch information
cgzones committed Oct 12, 2020
1 parent 55eafd3 commit fc301b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainPanel.c
Expand Up @@ -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);
Expand Down

0 comments on commit fc301b7

Please sign in to comment.