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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/sidebarwidget.c b/src/ui/sidebarwidget.c
index 25fa3f6a..325e8e2b 100644
--- a/src/ui/sidebarwidget.c
+++ b/src/ui/sidebarwidget.c
@@ -245,7 +245,7 @@ static void updateItems_SidebarWidget_(iSidebarWidget *d) {
245 { "Use on This Page", 0, 0, "ident.use arg:1" }, 245 { "Use on This Page", 0, 0, "ident.use arg:1" },
246 { "Stop Using This Page", 0, 0, "ident.use arg:0" }, 246 { "Stop Using This Page", 0, 0, "ident.use arg:0" },
247 { "Stop Using Everywhere", 0, 0, "ident.use arg:0 clear:1" }, 247 { "Stop Using Everywhere", 0, 0, "ident.use arg:0 clear:1" },
248 { "View Use URLs", 0, 0, "ident.showuse" }, 248 { "Show Usage", 0, 0, "ident.showuse" },
249 { "---", 0, 0, NULL }, 249 { "---", 0, 0, NULL },
250 { "Edit Notes...", 0, 0, "ident.edit" }, 250 { "Edit Notes...", 0, 0, "ident.edit" },
251 { "Pick Icon...", 0, 0, "ident.pickicon" }, 251 { "Pick Icon...", 0, 0, "ident.pickicon" },