Changeset 1babbd6ba3 in tspsg for src/globals.h


Ignore:
Timestamp:
Apr 8, 2010, 11:02:26 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:
a23f4c292f
Parents:
394216e468
git-author:
Oleksii Serdiuk <contacts@…> (04/08/10 23:02:26)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:34:20)
Message:

+ Added Installation Guide.

  • Updated translations.
  • Updated documentaion.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/globals.h

    r394216e468 r1babbd6ba3  
    5454/*!
    5555 * \def PATH_L10N
    56  * \brief Bath to internationalization files.
     56 * \brief Path to internationalization files.
    5757 */
    5858#ifndef PATH_L10N
     
    117117#endif // Q_OS_WIN32
    118118
     119#if defined(Q_OS_WINCE_WM) || defined(Q_OS_SYMBIAN)
     120        //! This is defined on handheld (e.g., Windows Mobile, Symbian) devices.
     121        #define HANDHELD
     122#endif
     123
    119124// Sanity checks
    120125// Check that default number of cities is sane (<= MAX_NUM_CITIES)
Note: See TracChangeset for help on using the changeset viewer.