1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Fix copyright year and comment

This commit is contained in:
Gymnasiast
2017-05-29 22:04:50 +02:00
parent 615580dc03
commit a43ee2b987
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#pragma region Copyright (c) 2014-2016 OpenRCT2 Developers
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2.
*

View File

@@ -286,7 +286,7 @@ static bool browse(bool isSave, char *path, size_t pathSize)
break;
}
// Add 'all files' filter
// Add 'all files' filter. If the number of filters is increased, this code will need to be adjusted.
desc.filters[1].name = language_get_string(STR_ALL_FILES);
desc.filters[1].pattern = "*";