changeset 68:59731a72ce8b

Remove dots from format exts.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Jul 2018 23:41:51 +0300
parents 19fb0e303d36
children 3d40683b367a
files exporters.pde
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/exporters.pde	Wed Jul 04 23:38:42 2018 +0300
+++ b/exporters.pde	Wed Jul 04 23:41:51 2018 +0300
@@ -1905,7 +1905,7 @@
         g_exportext = "com";
         g_exportname = "COM file";
         g_formatname = "Screen 2";
-        g_formatext = ".sc2";
+        g_formatext = "sc2";
 
         X = 256;
         Y = 192;
@@ -1943,7 +1943,7 @@
         g_exportext = "tap";
         g_exportname = "TAP file";
         g_formatname = "Screen$";
-        g_formatext = ".scr";
+        g_formatext = "scr";
 
         X = 256;
         Y = 192;
@@ -1987,7 +1987,7 @@
         g_exportext = "prg";
         g_exportname = "PRG file";
         g_formatname = "M.Botticelli";
-        g_formatext = ".prg";
+        g_formatext = "prg";
 
         g_backmode = 1;
         g_multic = 1;
@@ -2002,7 +2002,7 @@
         if (machine == PLUS4) { // plus/4 hires
             g_name = "plus4";
             g_formatname = "Botticelli";
-            g_formatext = ".prg";
+            g_formatext = "prg";
             g_multic = 0;
             g_backmode = 0;
             g_charlimit = 0;
@@ -2017,7 +2017,7 @@
         g_exportext = "prg";
         g_exportname = "PRG file";
         g_formatname = "A. A. Studio";
-        g_formatext = ".ocp";
+        g_formatext = "ocp";
 
         g_backmode = 1;
         g_charlimit = 3;