# HG changeset patch # User Mark Doliner # Date 1082303092 0 # Node ID 775bd10da7f277df18f526711eeb8a420f3e9369 # Parent f36eee61c85f6b71de47287a58acfff01d725672 [gaim-migrate @ 9452] I guess this comment is better... committer: Tailor Script diff -r f36eee61c85f -r 775bd10da7f2 src/request.h --- a/src/request.h Sun Apr 18 13:01:44 2004 +0000 +++ b/src/request.h Sun Apr 18 15:44:52 2004 +0000 @@ -1070,7 +1070,9 @@ * @param default_value The default value. * @param multiline TRUE if the inputted text can span multiple lines. * @param masked TRUE if the inputted text should be masked in some way. - * @param hint bleh. + * @param hint Optionally suggest how the input box should appear. + * Use "html," for example, to allow the user to enter + * HTML. * @param ok_text The text for the OK button. * @param ok_cb The callback for the OK button. * @param cancel_text The text for the cancel button.