0024943: Port MFC samples to UNICODE for compatibility with VS2013
[occt.git] / samples / mfc / standard / 10_Convert / src / WNT / ResultDialog.cpp
index 55739d5..c54135b 100755 (executable)
@@ -111,7 +111,7 @@ void CResultDialog::Initialize()
     CLIP_DEFAULT_PRECIS,       // nClipPrecision
     DEFAULT_QUALITY,           // nQuality
     FF_MODERN,                 // Fix width fonts are FF_MODERN
-    "Courier New"));           // lpszFacename
+    L"Courier New"));          // lpszFacename
   pEd->SetFont(&aFixedWidthFont, false);
 
   // save button's width and height, so they are calculated only once