Ignore:
Timestamp:
10/05/2008 08:03:25 PM (4 years ago)
Author:
guyru
Message:

add resource file, fix score hint shade under Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/settings_dialog.cpp

    r174 r175  
    2020 
    2121#include "settings_dialog.h" 
    22 #include "Icon.h" 
     22#include "icon32.xpm" 
    2323 
    2424using namespace settings_dialog; 
     
    2828{ 
    2929 
    30         SetIcon(wxIcon(ICON)); 
     30        SetIcon(wxIcon(icon32_xpm)); 
    3131 
    3232        m_config = config; 
Note: See TracChangeset for help on using the changeset viewer.