Diff of /trunk/src/config.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 135 by harbaum, Wed Oct 14 11:26:50 2009 UTC revision 198 by harbaum, Thu Nov 19 12:38:03 2009 UTC
# Line 41  Line 41 
41    
42  #define DEFAULT_IMAGE_PATH_HOME  ".gpxview/"  #define DEFAULT_IMAGE_PATH_HOME  ".gpxview/"
43    
44  #define LOCALEDIR PREFIX "/locale"  #define LOCALEDIR PREFIX "/share/locale"
45  #define PACKAGE   "gpxview"  #define PACKAGE   "gpxview"
46    
47  // for osm-gps-map:  // for osm-gps-map:
# Line 54  Line 54 
54    
55  #ifdef USE_MAEMO  #ifdef USE_MAEMO
56  #define BIG_BALLOONS  #define BIG_BALLOONS
57  #define BALLOON_AREA_WIDTH       380  #define BALLOON_AREA_WIDTH        (390)
58  #define BALLOON_AREA_HEIGHT      100  #define BALLOON_AREA_HEIGHT       (105)
59  #define BALLOON_CORNER_RADIUS     20  #define BALLOON_CORNER_RADIUS     (20)
60  #define OSD_FONT_SIZE             28  #define OSD_FONT_SIZE             (28.0)
61  #define OSD_DIAMETER              60  #define OSD_DIAMETER              (60)
62  #define OSD_SCALE_FONT_SIZE       20  #define OSD_SCALE_FONT_SIZE       (20.0)
63  #define OSD_COORDINATES_FONT_SIZE 20  #define OSD_COORDINATES_FONT_SIZE (20.0)
64    
65  #endif  #endif
66    

Legend:
Removed from v.135  
changed lines
  Added in v.198