diff options
| -rw-r--r-- | src/resource.rc | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/resource.rc b/src/resource.rc index be75f726e1..4d0928e917 100644 --- a/src/resource.rc +++ b/src/resource.rc @@ -401,10 +401,10 @@ EXSTYLE WS_EX_CONTROLPARENT  FONT 8, "MS Shell Dlg", 0, 0, 0x1
  BEGIN
      LTEXT           "Please complete the following form to create a new user profile",IDC_STATIC,4,3,205,16
 -    EDITTEXT        IDC_PROFILENAME,61,13,105,12,ES_AUTOHSCROLL
 +    EDITTEXT        IDC_PROFILENAME,61,22,105,12,ES_AUTOHSCROLL
      COMBOBOX        IDC_PROFILEDRIVERS,61,75,105,56,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
 -    LTEXT           "Profile",IDC_STATIC,20,14,38,9
 -    LTEXT           "e.g. Workplace",IDC_STATIC,62,27,77,11
 +    LTEXT           "Profile",IDC_STATIC,20,23,38,9
 +    LTEXT           "e.g. Workplace",IDC_STATIC,62,35,77,9
      LTEXT           "You can select a different profile driver from the default, it may offer more features or abilities, if in doubt use the default.",IDC_STATIC,4,46,207,24
      LTEXT           "e.g. Miranda Database",IDC_STATIC,62,91,84,11
      LTEXT           "Driver",IDC_STATIC,20,77,37,9
 | 
