Changeset 672e522ba2 in tspsg
- 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)
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/dox/mainpage.dox
r7aaa0b0ec7 r672e522ba2 9 9 \author Copyright © 2007-2010 Lёppa <contacts[at]oleksii[dot]name> 10 10 11 \b Homepage: <a href="http://tspsg. sourceforge.net/">tspsg.sourceforge.net</a>11 \b Homepage: <a href="http://tspsg.info/">tspsg.info</a> 12 12 13 13 \section m_s1 ABOUT TSPSG -
doxygen.conf
r7aaa0b0ec7 r672e522ba2 1555 1555 # support this, this feature is disabled by default. 1556 1556 1557 DOT_MULTI_TARGETS = NO1557 DOT_MULTI_TARGETS = YES 1558 1558 1559 1559 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will -
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); -
src/shobjidl.h
r7aaa0b0ec7 r672e522ba2 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.