Changeset f29549ec20 in tspsg for src


Ignore:
Timestamp:
Sep 15, 2010, 4:57:37 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:
131c5fc3ba
Parents:
cac8759dba
git-author:
Oleksii Serdiuk <contacts@…> (09/15/10 16:57:37)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:45:57)
Message:

Use of SVG icons increased TSPSG startup time considerably.
Reverting back to 128x128 PNGs on desktop.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/globals.h

    rcac8759dba rf29549ec20  
    130130        #define ICON_SIZE "32x32"
    131131        #define ICON_FORMAT "png"
    132 #elif !defined(NOSVG)
    133         #define ICON_SIZE "scalable"
    134         #define ICON_FORMAT "svgz"
    135132#else
    136133        #define ICON_SIZE "128x128"
Note: See TracChangeset for help on using the changeset viewer.