From 470d5a67693a5615227a4b449750afd52fc18cfb Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Mon, 10 Jan 2000 01:06:50 +0000 Subject: [PATCH] Ops, small typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/numdlgg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2