Changeset 1160cde for src/gui/mainwindow.cpp
- Timestamp:
- 07/10/11 22:46:30 (12 years ago)
- Branches:
- master, qt5
- Children:
- 80ac67e
- Parents:
- c8a76f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.cpp
rc8a76f3 r1160cde 136 136 Ui::AboutDialog ui; 137 137 ui.setupUi(&dialog); 138 ui.lab elVersion->setText(ui.labelVersion->text().arg(qApp->applicationVersion()));138 ui.labDescription->setText(ui.labDescription->text().arg(qApp->applicationVersion())); 139 139 #ifdef N810 140 140 dialog.setFixedWidth(width());
Note: See TracChangeset
for help on using the changeset viewer.