Changeset 175 for trunk/src/settings_dialog.cpp
- Timestamp:
- 10/05/2008 08:03:25 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/settings_dialog.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/settings_dialog.cpp
r174 r175 20 20 21 21 #include "settings_dialog.h" 22 #include " Icon.h"22 #include "icon32.xpm" 23 23 24 24 using namespace settings_dialog; … … 28 28 { 29 29 30 SetIcon(wxIcon( ICON));30 SetIcon(wxIcon(icon32_xpm)); 31 31 32 32 m_config = config;
Note: See TracChangeset
for help on using the changeset viewer.
