ToastFreeware
/
toast
/
confclerk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7da828
)
Use "-" in start-end. Closes: #30
author
gregor herrmann
<gregoa@debian.org>
Sun, 24 Jul 2011 14:49:21 +0000
(14:49 +0000)
committer
gregor herrmann
<gregoa@debian.org>
Sun, 24 Jul 2011 14:49:21 +0000
(14:49 +0000)
src/gui/conferenceeditor.cpp
patch
|
blob
|
history
diff --git
a/src/gui/conferenceeditor.cpp
b/src/gui/conferenceeditor.cpp
index ac7b08e40ccd8aec27ef4d242afde3c94c1fe55b..05a9b12d83e0d1436c73ab64916866eab0a222e5 100644
(file)
--- 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();