From a1e62aaaa6539279d352ac1b225c65e96d50c0f5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 15 Dec 2008 22:54:29 +0000 Subject: [PATCH] the dialogs documented here are defined in wxcore, not wxbase git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/textdlg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/wx/textdlg.h b/interface/wx/textdlg.h index 41df73c85c..74205ea2cb 100644 --- a/interface/wx/textdlg.h +++ b/interface/wx/textdlg.h @@ -14,7 +14,7 @@ It is implemented as a generic wxWidgets dialog. - @library{wxbase} + @library{wxcore} @category{cmndlg} @see @ref overview_cmndlg_password @@ -57,7 +57,7 @@ public: This class represents a dialog that requests a one-line text string from the user. It is implemented as a generic wxWidgets dialog. - @library{wxbase} + @library{wxcore} @category{cmndlg} @see @ref overview_cmndlg_textentry