diff options
| author | Eugene Sandulenko | 2016-08-03 23:39:10 +0200 |
|---|---|---|
| committer | Eugene Sandulenko | 2016-08-03 23:39:10 +0200 |
| commit | 0cccd0ddd1d53b7d16e47a5b2d8ca62c87d992f4 (patch) | |
| tree | c9c0be62f06ba7b5f7bebc69722a250a69e2203f /engines/wage/dialog.cpp | |
| parent | 7c12e80552af036d8029b6fc197403e25a879e66 (diff) | |
| download | scummvm-rg350-0cccd0ddd1d53b7d16e47a5b2d8ca62c87d992f4.tar.gz scummvm-rg350-0cccd0ddd1d53b7d16e47a5b2d8ca62c87d992f4.tar.bz2 scummvm-rg350-0cccd0ddd1d53b7d16e47a5b2d8ca62c87d992f4.zip | |
GRAPHICS/WAGE: Made MacWindowManager font maping requiring font size
Diffstat (limited to 'engines/wage/dialog.cpp')
| -rw-r--r-- | engines/wage/dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wage/dialog.cpp b/engines/wage/dialog.cpp index a2013db852..0a326817be 100644 --- a/engines/wage/dialog.cpp +++ b/engines/wage/dialog.cpp @@ -92,7 +92,7 @@ Dialog::~Dialog() { } const Graphics::Font *Dialog::getDialogFont() { - return _gui->_wm.getFont("Chicago-12", Graphics::FontManager::kBigGUIFont); + return _gui->_wm.getFont(_gui->_wm.getFontName(0, 12), Graphics::FontManager::kBigGUIFont); // Default is Chicago } void Dialog::paint() { |
