Skip to content

Commit

Permalink
#5175: Portable mapx file extension should be listed in the Map Open …
Browse files Browse the repository at this point in the history
…file chooser dialogs.
  • Loading branch information
codereader committed Apr 24, 2020
1 parent fe0ce19 commit 77c146f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radiant/map/MapFileManager.cpp
Expand Up @@ -30,6 +30,7 @@ void MapFileManager::registerFileTypes()
{
// Register the map file extension in the FileTypeRegistry
GlobalFiletypes().registerPattern(filetype::TYPE_MAP, FileTypePattern(_("Map"), "map", "*.map"));
GlobalFiletypes().registerPattern(filetype::TYPE_MAP, FileTypePattern(_("Portable Map"), "mapx", "*.mapx"));
GlobalFiletypes().registerPattern(filetype::TYPE_REGION, FileTypePattern(_("Region"), "reg", "*.reg"));
GlobalFiletypes().registerPattern(filetype::TYPE_PREFAB, FileTypePattern(_("Prefab"), "pfb", "*.pfb"));
GlobalFiletypes().registerPattern(filetype::TYPE_PREFAB, FileTypePattern(_("Portable Prefab"), "pfbx", "*.pfbx"));
Expand Down

0 comments on commit 77c146f

Please sign in to comment.