Diff of /trunk/src/icons.c

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

revision 183 by harbaum, Fri Nov 13 12:11:00 2009 UTC revision 184 by harbaum, Sat Nov 14 12:28:54 2009 UTC
# 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.183  
changed lines
  Added in v.184