another typo fixed :)

This commit is contained in:
Miso Zmiric (Mike Squinter) 2014-05-08 19:55:35 +01:00
parent b1017a839f
commit 240662ee39
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ static void config_create_default(char *path)
FILE* fp;
if (!config_find_rct2_path(gConfig.game_path)) {
MessageBox(NULL, "Unable to find RCT2 installation directory. Please select the directoy where you installed RCT2!", "OpenRCT2", MB_OK);
MessageBox(NULL, "Unable to find RCT2 installation directory. Please select the directory where you installed RCT2!", "OpenRCT2", MB_OK);
char *res = directory_browser();
strcpy(gConfig.game_path, res);
}