From: gregor herrmann Date: Sun, 24 Jul 2011 14:49:21 +0000 (+0000) Subject: Use "-" in start-end. Closes: #30 X-Git-Tag: 0.5.3~9 X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/commitdiff_plain/855c985fd3cd7a38e703889c2e5a417860d87e43 Use "-" in start-end. Closes: #30 --- diff --git a/src/gui/conferenceeditor.cpp b/src/gui/conferenceeditor.cpp index ac7b08e..05a9b12 100644 --- a/src/gui/conferenceeditor.cpp +++ b/src/gui/conferenceeditor.cpp @@ -92,7 +92,7 @@ void ConferenceEditor::itemSelected(const QModelIndex& current, const QModelInde conferenceWhere->setText(conf.city() + ", " + conf.venue()); conferenceWhen->setText( conf.start().toString("dd-MM-yyyy") - + ", " + + + " - " + conf.end().toString("dd-MM-yyyy")); conferenceInfo->setCurrentIndex(0); removeBtn->show();