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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/sidebarwidget.c b/src/ui/sidebarwidget.c
index e7dcadde..5aa17140 100644
--- a/src/ui/sidebarwidget.c
+++ b/src/ui/sidebarwidget.c
@@ -1161,8 +1161,8 @@ static iBool processEvent_SidebarWidget_(iSidebarWidget *d, const SDL_Event *ev)
1161 else if (isCommand_Widget(w, ev, "ident.showuse")) { 1161 else if (isCommand_Widget(w, ev, "ident.showuse")) {
1162 const iGmIdentity *ident = menuIdentity_SidebarWidget_(d); 1162 const iGmIdentity *ident = menuIdentity_SidebarWidget_(d);
1163 if (ident) { 1163 if (ident) {
1164 makeMessage_Widget(uiHeading_ColorEscape "${heading.ident.use}", 1164 makeSimpleMessage_Widget(uiHeading_ColorEscape "${heading.ident.use}",
1165 cstrCollect_String(joinCStr_StringSet(ident->useUrls, "\n"))); 1165 cstrCollect_String(joinCStr_StringSet(ident->useUrls, "\n")));
1166 } 1166 }
1167 return iTrue; 1167 return iTrue;
1168 } 1168 }