summaryrefslogtreecommitdiffstats
path: root/CategoriesPanel.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-08-24 22:45:55 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-08-24 22:53:07 -0300
commit8c43218aa07014040a1076352060d58c240a7f70 (patch)
treee5406bcac354e79b5c4257ef025270dea50899d8 /CategoriesPanel.c
parente77a16f4ae473441ea922baeb6a98de165677442 (diff)
Introduce screen tabs
Diffstat (limited to 'CategoriesPanel.c')
-rw-r--r--CategoriesPanel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CategoriesPanel.c b/CategoriesPanel.c
index 9cab3e96..b8855d40 100644
--- a/CategoriesPanel.c
+++ b/CategoriesPanel.c
@@ -145,7 +145,7 @@ CategoriesPanel* CategoriesPanel_new(ScreenManager* scr, Settings* settings, Hea
this->settings = settings;
this->header = header;
this->pl = pl;
- Panel_setHeader(super, "Setup");
+ Panel_setHeader(super, "Categories");
Panel_add(super, (Object*) ListItem_new("Meters", 0));
Panel_add(super, (Object*) ListItem_new("Display options", 0));
Panel_add(super, (Object*) ListItem_new("Colors", 0));

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