]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/textdlg.tex
better Finnish translations (patch 993051)
[wxWidgets.git] / docs / latex / wx / textdlg.tex
index 2cd79bfc80f0b7d08ee737fdf2cc463b4f3f9277..3ddb5e33ce1e61fc13930bd290c5414c891c78b9 100644 (file)
@@ -1,7 +1,7 @@
 \section{\class{wxTextEntryDialog}}\label{wxtextentrydialog}
 
 This class represents a dialog that requests a one-line text string from the user.
-It is implemented as a generic wxWindows dialog.
+It is implemented as a generic wxWidgets dialog.
 
 \wxheading{Derived from}
 
@@ -64,7 +64,7 @@ Sets the default text value.
 
 \func{int}{ShowModal}{\void}
 
-Shows the dialog, returning wxID\_OK if the user pressed OK, and wxOK\_CANCEL
+Shows the dialog, returning wxID\_OK if the user pressed OK, and wxID\_CANCEL
 otherwise.