Make mfcembed build in unicode when BUILD_UNICODE_MFCEMBED is defined. b=154426 r=yokoyama@netscape.com sr=blizzard@mozilla.org

git-svn-id: svn://10.0.0.236/trunk@139052 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
locka%iol.ie
2003-03-06 23:15:55 +00:00
parent 60b1c05bf1
commit f85bf10a09
22 changed files with 359 additions and 227 deletions

View File

@@ -155,7 +155,7 @@ BOOL CPrintProgressDialog::OnInitDialog()
cancelBtn->EnableWindow(FALSE);
} else {
cancelBtn->ShowWindow(SW_HIDE);
SetWindowText("Print Preview");
SetWindowText(_T("Print Preview"));
}
}