-// static const int icon_width = 32;
-// static const int icon_height = 32;
-//
-// int icon_x = (int)((rect.right - icon_width)/2);
-// int icon_y = (int)((rect.bottom - icon_height)/2);
-//
-// TODO: ::DrawIcon(hdc, icon_x, icon_y, hIcon);
-// }
-//
-// TODO: ::EndPaint(GetHwnd(), &ps);
-//
-// return TRUE;
-// }
-// else
-// {
-// return wxWindow::HandlePaint();
-// }
-// }
-// else
-// {
-// // nothing to paint - processed
-// return TRUE;
-// }
- return TRUE;
+ static const int icon_width = 32;
+ static const int icon_height = 32;
+
+ int icon_x = (int)((rect.right - icon_width)/2);
+ int icon_y = (int)((rect.bottom - icon_height)/2);
+
+ ::DrawIcon(hdc, icon_x, icon_y, hIcon);
+ }
+
+ ::EndPaint(GetHwnd(), &ps);
+
+ return TRUE;
+ }
+ else
+ {
+ return wxWindow::HandlePaint();
+ }
+ }
+ else
+ {
+ // nothing to paint - processed
+ return TRUE;
+ }
+*/
+ return FALSE;