]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/panelg.cpp
added wxSplitFile() to decompose a file name into path + name + ext
[wxWidgets.git] / src / generic / panelg.cpp
index 05bd8acb9d9a8eac79905d1eed5ff628f54f2c3f..537816c80d55268194409fd73aa487f41874dc49 100644 (file)
@@ -93,7 +93,7 @@ void wxPanel::OnNavigationKey(wxNavigationKeyEvent& event)
   wxWindow *winFocus = event.GetCurrentFocus();
   
   // @@@ no FindFocus() in wxGTK
-  #ifndef __GTK__
+  #ifndef __WXGTK__
     if ( winFocus == NULL )
       winFocus = wxWindow::FindFocus();
   #endif