Improve swedish translations and add new translations to swedish.
[reactos.git] / base / applications / mscutils / servman / about.c
index c45e456..2f23db3 100644 (file)
@@ -22,14 +22,14 @@ AboutDialogProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
                                      IDC_LICENSE_EDIT);
         if (hLicenseEditWnd)
         {
-            LPTSTR lpString;
+            LPWSTR lpString;
 
             if (AllocAndLoadString(&lpString,
                                    hInstance,
                                    IDS_LICENSE))
             {
-                SetWindowText(hLicenseEditWnd,
-                              lpString);
+                SetWindowTextW(hLicenseEditWnd,
+                               lpString);
 
                 LocalFree(lpString);
             }