From: Guillermo Rodriguez Garcia Date: Mon, 10 Jan 2000 01:06:50 +0000 (+0000) Subject: Ops, small typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/470d5a67693a5615227a4b449750afd52fc18cfb?hp=31e78e0cb6e8463c43349502b78c8095a0021d00 Ops, small typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/numdlgg.cpp b/src/generic/numdlgg.cpp index b125b4d288..22455856f9 100644 --- a/src/generic/numdlgg.cpp +++ b/src/generic/numdlgg.cpp @@ -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