summaryrefslogtreecommitdiff
path: root/src/ui/sidebarwidget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/sidebarwidget.c')
-rw-r--r--src/ui/sidebarwidget.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/sidebarwidget.c b/src/ui/sidebarwidget.c
index 6ae611b9..9f8eac19 100644
--- a/src/ui/sidebarwidget.c
+++ b/src/ui/sidebarwidget.c
@@ -522,11 +522,11 @@ float width_SidebarWidget(const iSidebarWidget *d) {
522} 522}
523 523
524static const char *normalModeLabels_[max_SidebarMode] = { 524static const char *normalModeLabels_[max_SidebarMode] = {
525 book_Icon " ${sidebar.bookmarks}", 525 book_Icon " ${sidebar.bookmarks}",
526 star_Icon " ${sidebar.feeds}", 526 star_Icon " ${sidebar.feeds}",
527 clock_Icon " ${sidebar.history}", 527 clock_Icon " ${sidebar.history}",
528 person_Icon " ${sidebar.identities}", 528 person_Icon " ${sidebar.identities}",
529 page_Icon " ${sidebar.outline}", 529 page_Icon " ${sidebar.outline}",
530}; 530};
531 531
532static const char *tightModeLabels_[max_SidebarMode] = { 532static const char *tightModeLabels_[max_SidebarMode] = {