Merge branch 'mzmiric5-master'

This commit is contained in:
IntelOrca 2014-05-09 14:37:40 +01:00
commit 1f6d7353c1
1 changed files with 13 additions and 13 deletions

View File

@ -230,7 +230,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 = config_show_directory_browser();
strcpy(gConfig.game_path, res);
}