Changeset 620
- Timestamp:
- 07/23/05 22:00:55 (3 years ago)
- Files:
-
- trunk/src/register.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/register.c
r616 r620 52 52 _("Fill in this form to regiser in the transport.\n" 53 53 "You may use registration later to change your settings," 54 " p assword, public directory information or to unregister."));54 " public directory information or to unregister.")); 55 55 56 56 form_add_field(form,"text-single","uin",_("GG number"),NULL,1); … … 104 104 u->invisible?"1":"0",0); 105 105 106 form_add_fixed(form,_("Fill out this part only when changing password:"));106 /*form_add_fixed(form,_("Fill out this part only when changing password:")); 107 107 form_add_field(form,"text-private","newpassword",_("New password"),NULL,0); 108 108 form_add_field(form,"text-private","newpassword2",_("Confirm new password"),NULL,0); 109 109 form_add_field(form,"text-single","question",_("Question"),NULL,0); 110 form_add_field(form,"text-single","answer",_("Answer"),NULL,0); 110 form_add_field(form,"text-single","answer",_("Answer"),NULL,0);*/ 111 111 112 112 form_add_fixed(form,_("Fill out this part only when changing public directory info:"));
