changeset 61:74aaf6695eb6

Fix AAS extension, until we can figure out a better system for these.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Jul 2018 20:57:44 +0300
parents 5ad17dd6f867
children c390a7117ff7
files exporters.pde
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/exporters.pde	Wed Jul 04 20:56:30 2018 +0300
+++ b/exporters.pde	Wed Jul 04 20:57:44 2018 +0300
@@ -2017,7 +2017,7 @@
         g_exportext = "prg";
         g_exportname = "PRG file";
         g_formatname = "A. A. Studio";
-        g_formatext = ".ocp .kla";
+        g_formatext = ".ocp";
 
         g_backmode = 1;
         g_charlimit = 3;