output: Change command names from uppercase to title case.
[pspp] / src / ui / terminal / main.c
index 26a6a316e0757c1947e44172702b3c304fb11630..06677668f44c520426e80c906cf50f37ff510a8b 100644 (file)
@@ -227,7 +227,7 @@ output_msg (const struct msg *m_, void *lexer_)
       m.last_line = lex_get_last_line_number (lexer, 0);
     }
 
-  m.command_name = output_get_command_name ();
+  m.command_name = output_get_uppercase_command_name ();
 
   message_item_submit (message_item_create (&m));