diff options
author | Thierry Crozat | 2018-04-29 21:45:32 +0100 |
---|---|---|
committer | Thierry Crozat | 2018-04-29 21:47:10 +0100 |
commit | 8cb9eebd8a8f7cae2dbb68ad3398f444426929c1 (patch) | |
tree | 3a84d4589adaecc51a8022d894e27a7f2cb2b594 /engines/advancedDetector.cpp | |
parent | cf529f311f0be1332f6286b95741160e85651441 (diff) | |
download | scummvm-rg350-8cb9eebd8a8f7cae2dbb68ad3398f444426929c1.tar.gz scummvm-rg350-8cb9eebd8a8f7cae2dbb68ad3398f444426929c1.tar.bz2 scummvm-rg350-8cb9eebd8a8f7cae2dbb68ad3398f444426929c1.zip |
ENGINES: Improve update of the Unknown Game Dialog when the overlay size changes
Previously the dialog was not resized and was just recentered on the screen.
Now it is properly resized as well.
Diffstat (limited to 'engines/advancedDetector.cpp')
-rw-r--r-- | engines/advancedDetector.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/advancedDetector.cpp b/engines/advancedDetector.cpp index dbe2cdfd68..0d01656cc8 100644 --- a/engines/advancedDetector.cpp +++ b/engines/advancedDetector.cpp @@ -357,7 +357,6 @@ void AdvancedMetaEngine::reportUnknown(const Common::FSNode &path, const ADFileP report += "\n\n"; reportTranslated += "\n\n"; - reportTranslated.wordWrap(65); Common::String reportLog = report; reportLog.wordWrap(80); |