Skip to content

Commit 45f4993

Browse files
ark-tikbjorn
andcommitted
Supported format typo fix
Co-authored-by: Thorbjørn Lindeijer <[email protected]>
1 parent 075b66a commit 45f4993

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MainWindow.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,8 @@ void MainWindow::on_actionOpen_triggered() {
465465
tr("All supported formats (*.egm *.yyp *.project.gmx *.gm81 *.gmk *.gm6 *.gmd);;GameMaker: Studio 2 Projects "
466466
"(*.yyp);;GameMaker: Studio Projects (*.project.gmx);;Classic "
467467
"GameMaker Files (*.gm81 *.gmk *.gm6 *.gmd);;"
468-
"Tiled Tileset (*.tsx);;All Files (*)"));
468+
"Tiled Tilesets (*.tsx);;All Files (*)"));
469+
469470
if (!fileName.isEmpty()) openFile(fileName);
470471
}
471472

0 commit comments

Comments
 (0)