Fix seltect 7
This commit is contained in:
parent
6065464a26
commit
f20bf0f0e1
3 changed files with 33 additions and 5 deletions
|
|
@ -512,6 +512,23 @@
|
|||
|
||||
DEBUGVAR $12-02-03-0043.Name
|
||||
DEBUGVAR $12-02-03-0043.NameE
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var showname = NameDrink
|
||||
Var showdesc = DrinkDescription
|
||||
Else
|
||||
Var showname = NameDrinkTH
|
||||
Var showdesc = DrinkDescriptionTH
|
||||
EndIf
|
||||
|
||||
BackslashNToEnter showname
|
||||
BackslashNToEnter showdesc
|
||||
CRLFToSpace showname
|
||||
CRLFToSpace showdesc
|
||||
DEBUGVAR showname
|
||||
DEBUGVAR showdesc
|
||||
|
||||
|
||||
|
||||
Strlen showname show_name_len
|
||||
If show_eng = "true" Then
|
||||
|
|
@ -7964,12 +7981,23 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var showname = NameDrink
|
||||
Var showdesc = DrinkDescription
|
||||
Else
|
||||
Var showname = NameDrinkTH
|
||||
Var showdesc = DrinkDescriptionTH
|
||||
EndIf
|
||||
|
||||
|
||||
BackslashNToEnter showname
|
||||
BackslashNToEnter showdesc
|
||||
CRLFToSpace showname
|
||||
CRLFToSpace showdesc
|
||||
DEBUGVAR showname
|
||||
DEBUGVAR showdesc
|
||||
|
||||
|
||||
Strlen showname show_name_len
|
||||
If show_eng = "true" Then
|
||||
|
|
@ -8173,7 +8201,7 @@
|
|||
<Width> 1080 </Width>
|
||||
<Align> end </Align>
|
||||
<Color> 0xFF0000 </Color>
|
||||
<Value> "#7"</Value>
|
||||
<Value> "#7+"</Value>
|
||||
</Text>
|
||||
|
||||
<Text>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue