--- a/src/gui_editactions.cc Thu Dec 19 02:30:36 2013 +0200 +++ b/src/gui_editactions.cc Thu Dec 19 02:37:12 2013 +0200 @@ -716,9 +716,9 @@ // Create the comment object based on input str commentText = fmt ("!HISTORY %1 [%2] %3", - ui->m_date->date().toString ("yyyy-MM-dd"), - ui->m_username->text(), - ui->m_comment->text()); + ui->m_date->date().toString ("yyyy-MM-dd"), + ui->m_username->text(), + ui->m_comment->text()); LDComment* comm = new LDComment (commentText);