|
From: <sv...@op...> - 2024-05-31 00:05:27
|
Author: sagamusix Date: Fri May 31 02:05:20 2024 New Revision: 20877 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20877 Log: [Fix] FTM format was missing from file format table. Modified: trunk/OpenMPT/soundlib/Tables.cpp Modified: trunk/OpenMPT/soundlib/Tables.cpp ============================================================================== --- trunk/OpenMPT/soundlib/Tables.cpp Fri May 31 02:01:25 2024 (r20876) +++ trunk/OpenMPT/soundlib/Tables.cpp Fri May 31 02:05:20 2024 (r20877) @@ -73,6 +73,7 @@ { UL_("Digital Tracker"), "dtm" }, { UL_("Farandole Composer"), "far" }, { UL_("FM Tracker"), "fmt" }, + { UL_("Face The Music"), "ftm" }, { UL_("Imago Orpheus"), "imf" }, { UL_("Images Music System"), "ims" }, { UL_("Ice Tracker"), "ice" }, |