Diff of /trunk/src/icons.c

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

revision 180 by harbaum, Fri Nov 13 12:11:00 2009 UTC revision 185 by harbaum, Sat Nov 14 16:55:33 2009 UTC
# Line 167  void icons_init(void) { Line 167  void icons_init(void) {
167    icons_load(ICON_CACHE_TYPE_2X, "64x64/cache_type_%s.%s", cache_type_icon_name);    icons_load(ICON_CACHE_TYPE_2X, "64x64/cache_type_%s.%s", cache_type_icon_name);
168    
169    /* load cache container/size icons */    /* load cache container/size icons */
170    icons_load(ICON_CACHE_SIZE, "cache_size_%s.%s", cache_size_icon_name);    icons_load(ICON_CACHE_SIZE, "45x12/cache_size_%s.%s", cache_size_icon_name);
171    
172    /* load cache difficulty/terrain/quality icons */    /* load cache difficulty/terrain/quality icons */
173    icons_load(ICON_STARS, "stars%s.%s", stars_icon_name);    icons_load(ICON_STARS, "stars%s.%s", stars_icon_name);
# Line 179  void icons_init(void) { Line 179  void icons_init(void) {
179    icons_load(ICON_HEADING, "heading_%s.%s", heading_icon_name);    icons_load(ICON_HEADING, "heading_%s.%s", heading_icon_name);
180    
181    /* load icons to visualize heading */    /* load icons to visualize heading */
182    icons_load(ICON_WPT, "wpt_%s.%s", wpt_sym_icon_name);    icons_load(ICON_WPT, "32x32/wpt_%s.%s", wpt_sym_icon_name);
183    
184    /* load travelbug icon */    /* load travelbug icon */
185    icons_load(ICON_TB, "32x32/%s.%s", tb_icon_name);    icons_load(ICON_TB, "32x32/%s.%s", tb_icon_name);

Legend:
Removed from v.180  
changed lines
  Added in v.185