diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-27 19:16:38 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-27 19:16:38 +0200 |
commit | e8b9d34565824b526aa48a28699781b486e897b6 (patch) | |
tree | aa2ba3d88f40fd81a7c46fbc3321ee4e4b0ba19f /src/ui/sidebarwidget.c | |
parent | 9df93a3686a26fc2c27a21b6959c016b42578b39 (diff) |
SidebarWidget: Fixed editing identity notes
Diffstat (limited to 'src/ui/sidebarwidget.c')
-rw-r--r-- | src/ui/sidebarwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/sidebarwidget.c b/src/ui/sidebarwidget.c index 6adf1d1b..406ce2f2 100644 --- a/src/ui/sidebarwidget.c +++ b/src/ui/sidebarwidget.c | |||
@@ -898,7 +898,7 @@ static iBool processEvent_SidebarWidget_(iSidebarWidget *d, const SDL_Event *ev) | |||
898 | uiHeading_ColorEscape "IDENTITY NOTES", | 898 | uiHeading_ColorEscape "IDENTITY NOTES", |
899 | format_CStr("Notes about %s:", cstr_String(name_GmIdentity(ident))), | 899 | format_CStr("Notes about %s:", cstr_String(name_GmIdentity(ident))), |
900 | uiTextAction_ColorEscape "OK", | 900 | uiTextAction_ColorEscape "OK", |
901 | format_CStr("ident.setnotes ident:%p", ident)); | 901 | format_CStr("!ident.setnotes ident:%p ptr:%p", ident, d)); |
902 | } | 902 | } |
903 | return iTrue; | 903 | return iTrue; |
904 | } | 904 | } |