From 1bc965d46107722bf75700915c75f9ad6c5265c0 Mon Sep 17 00:00:00 2001 From: twanvl Date: Tue, 30 Dec 2008 18:45:45 +0000 Subject: [PATCH] put an empty word list in the subtype box if possible git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1272 0fc631ac-6414-0410-93d0-97cfa31319b6 --- data/magic.mse-game/script | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/magic.mse-game/script b/data/magic.mse-game/script index 9114e958..92d74f0e 100644 --- a/data/magic.mse-game/script +++ b/data/magic.mse-game/script @@ -488,6 +488,8 @@ sub_type_filter := { (if length(parts) > 0 then # Add a new box at the end "{lang.subtype_separator}" + else + "" ) ) else input # do nothing }