]> git.saurik.com Git - wxWidgets.git/commitdiff
the dialogs documented here are defined in wxcore, not wxbase
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Dec 2008 22:54:29 +0000 (22:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Dec 2008 22:54:29 +0000 (22:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/textdlg.h

index 41df73c85c90bccc6006a7f70f6a2aaf9c0c429b..74205ea2cb771d4b690ad76493450616fbbb3f50 100644 (file)
@@ -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