diff options
Diffstat (limited to 'src/ui/util.c')
-rw-r--r-- | src/ui/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/util.c b/src/ui/util.c index ec0d904d..ae3ddb18 100644 --- a/src/ui/util.c +++ b/src/ui/util.c | |||
@@ -1229,7 +1229,7 @@ iWidget *makeIdentityCreation_Widget(void) { | |||
1229 | addChildFlags_Widget( | 1229 | addChildFlags_Widget( |
1230 | tmpGroup, | 1230 | tmpGroup, |
1231 | iClob(new_LabelWidget(uiTextCaution_ColorEscape "\u26a0 not saved to disk", NULL)), | 1231 | iClob(new_LabelWidget(uiTextCaution_ColorEscape "\u26a0 not saved to disk", NULL)), |
1232 | hidden_WidgetFlag), | 1232 | hidden_WidgetFlag | frameless_WidgetFlag), |
1233 | "ident.temp.note"); | 1233 | "ident.temp.note"); |
1234 | addChild_Widget(values, iClob(tmpGroup)); | 1234 | addChild_Widget(values, iClob(tmpGroup)); |
1235 | } | 1235 | } |