summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-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 29b3646a..73eee12d 100644
--- a/src/ui/sidebarwidget.c
+++ b/src/ui/sidebarwidget.c
@@ -1093,7 +1093,7 @@ static iBool processEvent_SidebarWidget_(iSidebarWidget *d, const SDL_Event *ev)
1093 &ident->notes, 1093 &ident->notes,
1094 uiHeading_ColorEscape "${heading.ident.notes}", 1094 uiHeading_ColorEscape "${heading.ident.notes}",
1095 format_CStr(cstr_Lang("dlg.ident.notes"), cstr_String(name_GmIdentity(ident))), 1095 format_CStr(cstr_Lang("dlg.ident.notes"), cstr_String(name_GmIdentity(ident))),
1096 uiTextAction_ColorEscape "OK", 1096 uiTextAction_ColorEscape "${dlg.default}",
1097 format_CStr("!ident.setnotes ident:%p ptr:%p", ident, d)); 1097 format_CStr("!ident.setnotes ident:%p ptr:%p", ident, d));
1098 } 1098 }
1099 return iTrue; 1099 return iTrue;