summaryrefslogtreecommitdiffstats
path: root/MainPanel.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-10-07 11:02:13 +0200
committercgzones <cgzones@googlemail.com>2020-10-12 13:04:00 +0200
commitfc301b74473f2dc87dca6a338ac17126a058f68d (patch)
tree02384841f346072f777cd1e80a65af30732f6a41 /MainPanel.c
parent55eafd3b39eabdf60b5196d8c728b6eaf190650d (diff)
Compress size of default FunctionBar
Diffstat (limited to 'MainPanel.c')
-rw-r--r--MainPanel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MainPanel.c b/MainPanel.c
index 604749a9..2c89a073 100644
--- a/MainPanel.c
+++ b/MainPanel.c
@@ -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);

© 2014-2024 Faster IT GmbH | imprint | privacy policy