Changeset 129 in tspsg-svn for trunk/src/main.cpp


Ignore:
Timestamp:
Sep 3, 2010, 5:06:43 PM (14 years ago)
Author:
laleppa
Message:

+ TSPSG now uses DejaVu? LGC Sans Mono as the default font and comes with it "embedded" in the executable.

  • Updated tspsg.tag file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/main.cpp

    r121 r129  
    5353        qsrand(QDateTime::currentDateTime().toTime_t() ^ QCursor::pos().x() ^ QCursor::pos().y());
    5454
     55        QFontDatabase::addApplicationFont(":/files/DejaVuLGCSansMono.ttf");
     56
    5557QTranslator en;
    5658        if (en.load("tspsg_en", PATH_L10N))
Note: See TracChangeset for help on using the changeset viewer.