[DESK.CPL]
[reactos.git] / reactos / dll / cpl / desk / general.c
index b84592e..8340c47 100644 (file)
@@ -50,7 +50,7 @@ InitFontSizeList(HWND hWnd)
                         if ((int)dwValue == ci)
                         {
                             SendMessage(hFontSize, CB_SETCURSEL, (WPARAM)i, 0);
-                            SetWindowText(GetDlgItem(hWnd, IDC_FONTSIZE_COSTOM), Desc);
+                            SetWindowText(GetDlgItem(hWnd, IDC_FONTSIZE_CUSTOM), Desc);
                         }
                     }
                 }