ncannasse 6 years ago
parent
commit
0d9ffab221
1 changed files with 2 additions and 1 deletions
  1. 2 1
      libs/ui/ui_stub.c

+ 2 - 1
libs/ui/ui_stub.c

@@ -11,7 +11,8 @@ HL_PRIM void HL_NAME(ui_init)() {
 }
 
 HL_PRIM int HL_NAME(ui_dialog)( const uchar *title, const uchar *message, int flags ) {
-	uprintf(USTR("[DIALOG] [%s] %s"), title, message);
+	uprintf(USTR("[DIALOG] [%s]"), title);
+	uprintf(USTR(" %s\n"), title);
 	return 0;
 }