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:
@@ -155,7 +155,7 @@ BOOL CPrintProgressDialog::OnInitDialog()
|
||||
cancelBtn->EnableWindow(FALSE);
|
||||
} else {
|
||||
cancelBtn->ShowWindow(SW_HIDE);
|
||||
SetWindowText("Print Preview");
|
||||
SetWindowText(_T("Print Preview"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user