]> git.saurik.com Git - wxWidgets.git/commitdiff
Compile fix for button, MSW
authorRobert Roebling <robert@roebling.de>
Thu, 5 Aug 1999 13:58:22 +0000 (13:58 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 5 Aug 1999 13:58:22 +0000 (13:58 +0000)
  Typo in dialogs sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/dialogs/dialogs.cpp
src/msw/button.cpp

index b5bd0ccfc88031ead7f702f88f728aa9d02a152d..d32d59beef202ce994a63a87a335361dc7aeac8a 100644 (file)
@@ -253,8 +253,8 @@ void MyFrame::NumericEntry(wxCommandEvent& WXUNUSED(event) )
         icon = wxICON_HAND;
     }
     else
-    {
-        msg.Printf(_T("You've entered %lu"), res);
+    {            
+       msg.Printf(_T("You've entered %lu"), res );
         icon = wxICON_INFORMATION;
     }
 
index 492f7d6eed849ad2d10beb6c04ee700a1f948481..9a8122e0791fd2e621c4ff9a5beb50366f24ec8e 100644 (file)
@@ -32,6 +32,8 @@
     #include "wx/brush.h"
     #include "wx/panel.h"
     #include "wx/bmpbuttn.h"
+    #include "wx/settings.h"
+    #include "wx/dcscreen.h"
 #endif
 
 #include "wx/msw/private.h"