Changeset 100 in tspsg-svn for trunk/src/defaults.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/defaults.h

    r97 r100  
    3333
    3434//////// GENERAL
     35
    3536//! Default for "Automatically resize rows and columns to their contents"
    3637#define DEF_AUTOSIZE true
     
    5051
    5152//////// TASK
     53
    5254//! Default for "Accuracy of the fractional values"
    5355#define DEF_FRACTIONAL_ACCURACY 2
     
    6264
    6365//////// OUTPUT
     66
    6467//! Default for "Show solution steps' matrices for every solution step"
    6568#define DEF_SHOW_MATRIX true
     
    7477 * \brief Default font name.
    7578 */
    76 #ifdef Q_OS_WINCE
     79#ifdef Q_OS_WINCE_WM
    7780        #define DEF_FONT_FAMILY "Tahoma"
    7881#else
    7982        #define DEF_FONT_FAMILY "Courier New"
    80 #endif
     83#endif // Q_OS_WINCE_WM
    8184/*!
    8285 * \def DEF_FONT_SIZE
Note: See TracChangeset for help on using the changeset viewer.