Changeset 672e522ba2 in tspsg for src/mainwindow.cpp
- Timestamp:
- Aug 30, 2010, 8:00:47 PM (14 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- e26679937d
- Parents:
- 7aaa0b0ec7
- git-author:
- Oleksii Serdiuk <contacts@…> (08/30/10 20:00:47)
- git-committer:
- Oleksii Serdiuk <contacts@…> (06/29/12 19:45:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mainwindow.cpp
r7aaa0b0ec7 r672e522ba2 451 451 #ifndef HANDHELD 452 452 title += QString("<b>© 2007-%1 <a href=\"http://%2/\">%3</a></b><br>").arg(QDate::currentDate().toString("yyyy"), QApplication::organizationDomain(), QApplication::organizationName()); 453 title += QString("<b><a href=\"http://tspsg.sourceforge.net/\">http://tspsg.sourceforge.net/</a></b>"); 454 #else 455 title += QString("<b><a href=\"http://tspsg.sourceforge.net/\">http://tspsg.sf.net/</a></b>"); 456 #endif // HANDHELD 453 #endif // HANDHELD 454 title += QString("<b><a href=\"http://tspsg.info/\">http://tspsg.info/</a></b>"); 457 455 458 456 QString about; … … 554 552 555 553 bb->button(QDialogButtonBox::Ok)->setCursor(QCursor(Qt::PointingHandCursor)); 554 bb->button(QDialogButtonBox::Ok)->setIcon(QIcon::fromTheme("dialog-ok", QIcon(":/images/icons/dialog-ok.png"))); 556 555 557 556 hb2->addWidget(bb);
Note: See TracChangeset
for help on using the changeset viewer.