Changeset 100 in tspsg-svn for trunk/src/globals.h


Ignore:
Timestamp:
Apr 8, 2010, 11:02:26 PM (14 years ago)
Author:
laleppa
Message:

+ Added Installation Guide.

  • Updated translations.
  • Updated documentaion.

NB: This will be the second public alpha release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/globals.h

    r98 r100  
    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.