- Timestamp:
- Aug 30, 2010, 8:00:47 PM (14 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mainwindow.cpp
r125 r126 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); -
trunk/src/shobjidl.h
r124 r126 22 22 #define _SHOBJIDL_H 23 23 24 #define INITGUID 24 25 #include <windows.h> 25 26
Note: See TracChangeset
for help on using the changeset viewer.