Removed ` from LEGENDNAME replacement; that wasn't a bug.

@ is replaced with LEGENDNAME in automatic text replacements, as the community preferred @ as the shortcut.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1289 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2009-01-03 21:07:05 +00:00
parent ed16dd6864
commit 3f9891bbdc
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
mse version: 0.3.7 mse version: 0.3.8
short name: Magic short name: Magic
full name: Magic the Gathering full name: Magic the Gathering
installer group: magic/game files installer group: magic/game files
icon: card-back.png icon: card-back.png
position hint: 01 position hint: 01
version: 2008-12-29 version: 2009-01-03
depends on: magic-blends.mse-include 2007-09-23 depends on: magic-blends.mse-include 2007-09-23
depends on: magic-watermarks.mse-include 2007-09-23 depends on: magic-watermarks.mse-include 2007-09-23
+2 -2
View File
@@ -1,4 +1,4 @@
############################################################## Localization ############################################################## Localization
include file: language include file: language
@@ -400,7 +400,7 @@ text_filter :=
) + ) +
# step 3b : expand shortcut words ` and shortened LEGENDNAME # step 3b : expand shortcut words ` and shortened LEGENDNAME
replace@( replace@(
match: "`|`THIS`|LEGENDNAME", match: "LEGENDNAME",
in_context: "(^|[[:space:]]|\\()<match>", # TODO: Allow any punctuation before in_context: "(^|[[:space:]]|\\()<match>", # TODO: Allow any punctuation before
replace: "<atom-legname></atom-legname>" replace: "<atom-legname></atom-legname>"
) + ) +