Changeset 116 in tspsg-svn for trunk/src/defaults.h


Ignore:
Timestamp:
May 1, 2010, 5:06:46 AM (14 years ago)
Author:
laleppa
Message:

Added svn:eol-style=native property to all text files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/defaults.h

    • Property svn:eol-style set to native
    r109 r116  
    6767//! Default for "Show solution graph"
    6868#define DEF_SHOW_GRAPH true
    69 /*!
    70  * \def DEF_GRAPH_IMAGE_FORMAT
    71  * \brief Default for "Save solution graph as"
    72  */
    73 #if !defined(NOSVG) && (QT_VERSION >= 0x040500)
    74         #define DEF_GRAPH_IMAGE_FORMAT "svg"
    75 #else
    76         #define DEF_GRAPH_IMAGE_FORMAT "png"
    77 #endif // NOSVG && QT_VERSION >= 0x040500
     69//! Default for "Save solution graph as"
     70#define DEF_GRAPH_IMAGE_FORMAT "png"
    7871//! Default for "Show solution steps' matrices for every solution step"
    7972#define DEF_SHOW_MATRIX true
     
    9184        #define DEF_FONT_FAMILY "Tahoma"
    9285#else
    93         #define DEF_FONT_FAMILY "Courier New"
     86        #define DEF_FONT_FAMILY "monospace"
    9487#endif // Q_OS_WINCE_WM
    9588/*!
Note: See TracChangeset for help on using the changeset viewer.