summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc_gui.cpp')
-rw-r--r--src/misc_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp
index 091bae308..2c0688f8f 100644
--- a/src/misc_gui.cpp
+++ b/src/misc_gui.cpp
@@ -1422,7 +1422,7 @@ static void DrawFiosTexts(uint maxw)
}
if (str != STR_4006_UNABLE_TO_READ_DRIVE) SetDParam(0, tot);
- DrawString(2, 37, str, TC_FROMSTRING);
+ DrawString(2, 2 + maxw, 37, str, TC_FROMSTRING);
DrawString(2, 2 + maxw, 27, path, TC_BLACK);
}