Changeset 5481 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 24, 2007 12:07:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxRegistrationDlg.ui.h
r5327 r5481 216 216 217 217 /* Setup validations and maximum text-edit text length */ 218 QRegExp nameExp ("[ a-zA-Z0-9\\(\\)_\\-\\.\\s]+");218 QRegExp nameExp ("[\\S\\s]+"); 219 219 /* E-mail address is validated according to RFC2821, RFC2822, 220 220 * see http://en.wikipedia.org/wiki/E-mail_address. */
Note:
See TracChangeset
for help on using the changeset viewer.