]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/tglbtn.cpp
don't let the user modify the contents of read-only control (modified patch 1463707)
[wxWidgets.git] / src / gtk1 / tglbtn.cpp
index cf8a289b9e722b95a4bb249fcf013d460614d6de..d8696cb8a5c678b61120218a0b7a2ec1a1a6e62e 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/gtk/tglbtn.cpp
+// Name:        wx/gtk1/tglbtn.cpp
 // Purpose:     Definition of the wxToggleButton class, which implements a
 //              toggle button under wxGTK.
 // Author:      John Norris, minor changes by Axel Schlueter
@@ -18,7 +18,7 @@
 
 #if wxUSE_TOGGLEBTN
 
-#include "wx/gtk/private.h"
+#include "wx/gtk1/private.h"
 
 extern void wxapp_install_idle_handler();
 extern bool g_isIdle;