Changeset 672e522ba2 in tspsg for src


Ignore:
Timestamp:
Aug 30, 2010, 8:00:47 PM (14 years ago)
Author:
Oleksii Serdiuk
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)
Message:

+ Added icon on the OK button in the About dialog.

Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/mainwindow.cpp

    r7aaa0b0ec7 r672e522ba2  
    451451#ifndef HANDHELD
    452452        title += QString("<b>&copy; 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>");
    457455
    458456QString about;
     
    554552
    555553        bb->button(QDialogButtonBox::Ok)->setCursor(QCursor(Qt::PointingHandCursor));
     554        bb->button(QDialogButtonBox::Ok)->setIcon(QIcon::fromTheme("dialog-ok", QIcon(":/images/icons/dialog-ok.png")));
    556555
    557556        hb2->addWidget(bb);
  • src/shobjidl.h

    r7aaa0b0ec7 r672e522ba2  
    2222#define _SHOBJIDL_H
    2323
     24#define INITGUID
    2425#include <windows.h>
    2526
Note: See TracChangeset for help on using the changeset viewer.