summaryrefslogtreecommitdiff
path: root/src/genworld_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/genworld_gui.cpp')
-rw-r--r--src/genworld_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/genworld_gui.cpp b/src/genworld_gui.cpp
index 953d3b620..4ac50677f 100644
--- a/src/genworld_gui.cpp
+++ b/src/genworld_gui.cpp
@@ -397,7 +397,7 @@ struct GenerateLandscapeWindow : public QueryStringBaseWindow {
}
int right = DrawString(0, 326, 91, STR_HEIGHTMAP_SIZE, TC_BLACK, SA_RIGHT);
- DrawString( 12, 91, STR_HEIGHTMAP_NAME, TC_BLACK);
+ DrawString( 12, 114, 91, STR_HEIGHTMAP_NAME, TC_BLACK);
SetDParamStr(0, this->name);
DrawString(114, right - 5, 91, STR_JUST_RAW_STRING, TC_ORANGE);
}