Changeset 3a6ca60
- Timestamp:
- 08/15/11 14:44:19 (11 years ago)
- Branches:
- master, qt5
- Children:
- 83dc7c6
- Parents:
- 2dcbb2c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/conferenceeditor.cpp
r2dcbb2c r3a6ca60 92 92 conferenceWhere->setText(conf.city() + ", " + conf.venue()); 93 93 conferenceWhen->setText( 94 conf.start().toString(" dd-MM-yyyy")94 conf.start().toString("yyyy-MM-dd") 95 95 + " - " + 96 conf.end().toString(" dd-MM-yyyy"));96 conf.end().toString("yyyy-MM-dd")); 97 97 conferenceInfo->setCurrentIndex(0); 98 98 removeBtn->show();
Note: See TracChangeset
for help on using the changeset viewer.