Changeset 83dc7c6
- Timestamp:
- 08/15/11 14:51:59 (11 years ago)
- Branches:
- master, qt5
- Children:
- a9f56bb
- Parents:
- 3a6ca60
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/conferenceeditor.cpp
r3a6ca60 r83dc7c6 90 90 conferenceTitle->setText(conf.title()); 91 91 conferenceSubtitle->setText(conf.subtitle()); 92 conferenceWhere->setText(conf.city() + ", " + conf.venue());92 conferenceWhere->setText(conf.city() + (!conf.venue().isEmpty() ? ", " + conf.venue() : "")); 93 93 conferenceWhen->setText( 94 94 conf.start().toString("yyyy-MM-dd")
Note: See TracChangeset
for help on using the changeset viewer.