Changeset 878

Show
Ignore:
Timestamp:
05/03/08 22:48:36 (3 months ago)
Author:
shanoah
Message:

Correct the location of the icons in the gtk port, to match the new file location.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/gtk/main-gtk.c

    r876 r878  
    17221722        } 
    17231723                         
    1724         path_build(logo, sizeof(logo), ANGBAND_DIR_XTRA, "graf/mr_att.png"); 
     1724        path_build(logo, sizeof(logo), ANGBAND_DIR_XTRA, "icon/att-256.png"); 
    17251725        err = gtk_window_set_default_icon_from_file(logo, NULL); 
    17261726