From 6dbfaa2c318187192e728a4580da53cc90e90cb7 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 14 Jan 2006 11:07:06 +0000 Subject: Restore the alphabetical order of the platforms (this should really be done by the GUI automatically, but for not it is simpler to fix it here) svn-id: r20022 --- common/util.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/util.cpp') diff --git a/common/util.cpp b/common/util.cpp index 85ed26fb55..fb22b19f0e 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -166,9 +166,11 @@ const char *getLanguageDescription(Language id) { const PlatformDescription g_platforms[] = { + {"acorn", "acorn", "Acorn", kPlatformAcorn}, {"amiga", "ami", "Amiga", kPlatformAmiga}, {"atari", "atari-st", "Atari ST", kPlatformAtariST}, {"c64", "c64", "Commodore 64", kPlatformC64}, + {"pc", "dos", "DOS", kPlatformPC}, // The 'official' spelling seems to be "FM-TOWNS" (e.g. in the Indy4 demo). // However, on the net many variations can be seen, like "FMTOWNS", @@ -178,10 +180,8 @@ const PlatformDescription g_platforms[] = { {"linux", "linux", "Linux", kPlatformLinux}, {"macintosh", "mac", "Macintosh", kPlatformMacintosh}, {"nes", "nes", "NES", kPlatformNES}, - {"pc", "dos", "DOS", kPlatformPC}, - {"windows", "win", "Windows", kPlatformWindows}, - {"acorn", "acorn", "Acorn", kPlatformAcorn}, {"segacd", "segacd", "SegaCD", kPlatformSegaCD}, + {"windows", "win", "Windows", kPlatformWindows}, {0, 0, "Default", kPlatformUnknown} }; -- cgit v1.2.3