]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/window.cpp
made SetFirstItem() work again (patch 1445170)
[wxWidgets.git] / src / palmos / window.cpp
index 8bc3991c8af88da1fee15946508e1c317b02b38e..fb7272487a1e253798768dfafefc8935e2a2a848 100644 (file)
@@ -27,7 +27,6 @@
 #ifndef WX_PRECOMP
     #include "wx/window.h"
     #include "wx/accel.h"
-    #include "wx/setup.h"
     #include "wx/menu.h"
     #include "wx/dc.h"
     #include "wx/dcclient.h"
@@ -317,11 +316,11 @@ void wxWindowPalm::Lower()
 {
 }
 
-void wxWindowPalm::SetTitle( const wxString& title)
+void wxWindowPalm::SetLabel( const wxString& WXUNUSED(label))
 {
 }
 
-wxString wxWindowPalm::GetTitle() const
+wxString wxWindowPalm::GetLabel() const
 {
     return wxEmptyString;
 }
@@ -751,5 +750,3 @@ bool wxWindowPalm::UnregisterHotKey(int hotkeyId)
 }
 
 #endif // wxUSE_HOTKEY
-
-