| Index: core/fxge/win32/fx_win32_device.cpp
|
| diff --git a/core/fxge/win32/fx_win32_device.cpp b/core/fxge/win32/fx_win32_device.cpp
|
| index 7b8a4faa5590671d38d0400cb0c34aa02c883a78..60ae57c767608eb0d5b9b5c32976a71e3904f41b 100644
|
| --- a/core/fxge/win32/fx_win32_device.cpp
|
| +++ b/core/fxge/win32/fx_win32_device.cpp
|
| @@ -454,7 +454,7 @@ IFX_SystemFontInfo* IFX_SystemFontInfo::CreateDefault(const char** pUnused) {
|
| if (path_len > 0 && path_len < MAX_PATH) {
|
| CFX_ByteString fonts_path(windows_path);
|
| fonts_path += "\\Fonts";
|
| - pInfoFallback->AddPath(fonts_path.AsByteStringC());
|
| + pInfoFallback->AddPath(fonts_path.AsStringC());
|
| }
|
| return pInfoFallback;
|
| }
|
|
|