From 9072feca82c1459363b3717a3f9b7b4f444ffef1 Mon Sep 17 00:00:00 2001 From: defnax Date: Fri, 30 Oct 2020 19:03:55 +0100 Subject: [PATCH] Added missed line --- retroshare-gui/src/gui/gxs/GxsCreateCommentDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/gxs/GxsCreateCommentDialog.cpp b/retroshare-gui/src/gui/gxs/GxsCreateCommentDialog.cpp index ff31b10d9..e36889a6e 100644 --- a/retroshare-gui/src/gui/gxs/GxsCreateCommentDialog.cpp +++ b/retroshare-gui/src/gui/gxs/GxsCreateCommentDialog.cpp @@ -123,4 +123,4 @@ void GxsCreateCommentDialog::checkLength(){ } ui->postButton->setEnabled(charRemains>=0); ui->infoLabel->setText(text); -} \ No newline at end of file +}