VirtualBox

Changeset 5320 in vbox for trunk


Ignore:
Timestamp:
Oct 16, 2007 9:13:43 AM (17 years ago)
Author:
vboxsync
Message:

2332: Registration feature:

The registration dialog not let insert a '.' (period) before the @ in E-mail address (f|ex: Vasya.Petrov@…).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxRegistrationDlg.ui.h

    r5294 r5320  
    217217    /* Setup validations and maximum text-edit text length */
    218218    QRegExp nameExp ("[a-zA-Z0-9\\(\\)_\\-\\.\\s]+");
    219     QRegExp emailExp ("[a-zA-Z][a-zA-Z0-9_\\-]*[a-zA-Z0-9]@[a-zA-Z][a-zA-Z0-9_\\-\\.]*[a-zA-Z]");
     219    QRegExp emailExp ("[a-zA-Z][a-zA-Z0-9_\\-\\.]*[a-zA-Z0-9]@[a-zA-Z][a-zA-Z0-9_\\-\\.]*[a-zA-Z]");
    220220    mNameEdit->setValidator (new QRegExpValidator (nameExp, this));
    221221    mEmailEdit->setValidator (new QRegExpValidator (emailExp, this));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette