]> git.saurik.com Git - wxWidgets.git/commitdiff
Minor fixes for gcc
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 1 Mar 2005 17:11:15 +0000 (17:11 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 1 Mar 2005 17:11:15 +0000 (17:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/listbox/lboxtest.cpp
samples/oleauto/oleauto.cpp
samples/richedit/wxLayout.cpp
samples/vscroll/vstest.cpp

index 170ac91014b04bd300b5c59aadaa98b67742927f..143972d8c2575ad75247eb1baa8761237e688240 100644 (file)
 // declarations
 // ============================================================================
 
-#ifdef __GNUG__
-    #pragma implementation "lboxtest.cpp"
-    #pragma interface "lboxtest.cpp"
-#endif
-
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
index a4de77a6a24fbe8acce0eeddc2d04e0e21572bbc..9d1fe96853127dfb3584cfd50932c25a502d9f05 100644 (file)
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
-#ifdef __GNUG__
-    #pragma implementation "oleauto.cpp"
-    #pragma interface "oleauto.cpp"
-#endif
 
 // For compilers that support precompilation, includes "wx/wx.h".
 #include "wx/wxprec.h"
index 183c9e59c63f04a5e87bedfa69ec5f77cb56a827..e6a46a1ea3b2ad3ebda02b665745a1055b38b46b 100644 (file)
@@ -78,7 +78,7 @@ MyFrame::MyFrame() :
 {
 #if wxUSE_STATUSBAR
    CreateStatusBar( 2 );
-   SetStatusText( _T("wxLayout by Karsten BallΓΌder.") );
+   SetStatusText( _T("wxLayout by Karsten Ballueder.") );
 #endif // wxUSE_STATUSBAR
 
    wxMenuBar *menu_bar = new wxMenuBar();
index c1e18c824844e064f1e717b679ffe97c0143cc7a..e838e00063b06f592b1ac664fe1fb95c4579e674 100644 (file)
@@ -41,7 +41,7 @@
 
 // the application icon (under Windows and OS/2 it is in resources)
 #if !defined(__WXMSW__) && !defined(__WXOS2__)
-    #include "mondrian.xpm"
+    #include "../sample.xpm"
 #endif
 
 // ----------------------------------------------------------------------------
@@ -237,7 +237,7 @@ VScrollFrame::VScrollFrame()
                       wxSize(400, 350))
 {
     // set the frame icon
-    SetIcon(wxICON(mondrian));
+    SetIcon(wxICON(sample));
 
 #if wxUSE_MENUS
     // create a menu bar