]> git.saurik.com Git - wxWidgets.git/commitdiff
Ops, small typo
authorGuillermo Rodriguez Garcia <guille@iies.es>
Mon, 10 Jan 2000 01:06:50 +0000 (01:06 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Mon, 10 Jan 2000 01:06:50 +0000 (01:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/numdlgg.cpp

index b125b4d2880bd73f6317710b13293da55d865b2c..22455856f9169b09d1f54e3d2b8e94c1af5cb431 100644 (file)
@@ -48,7 +48,7 @@
 #include "wx/spinctrl.h"
 
 // this is where wxGetNumberFromUser() is declared
-#include "wx/textdlgg.h"
+#include "wx/textdlg.h"
 
 #if !wxUSE_SPINCTRL
     // wxTextCtrl will do instead of wxSpinCtrl if we don't have it