Give all end-of-turn button declarations in themes a title2 attribute...
...to be used in linger mode. Note, the C++ to implement this does not yet exist (YogiHH says he's working on it).
This commit is contained in:
parent
d5f609e679
commit
1e06e55aba
3 changed files with 4 additions and 1 deletions
|
@ -142,7 +142,8 @@
|
|||
|
||||
[menu]
|
||||
id=button-endturn
|
||||
title= _ "End Turn"
|
||||
title= _ "End Turn"
|
||||
title2= _ "Advance"
|
||||
items=endturn
|
||||
ref=bottom-right-panel
|
||||
rect="=+17,=+7,+80,+20"
|
||||
|
|
|
@ -159,6 +159,7 @@
|
|||
[menu]
|
||||
id=button-endturn
|
||||
title= _ "End Turn"
|
||||
title2= _ "Advance"
|
||||
image=lite_small
|
||||
items=endturn
|
||||
ref=bottom-right-panel
|
||||
|
|
|
@ -128,6 +128,7 @@
|
|||
id=button-endturn
|
||||
image=endturn-button
|
||||
#title= _ ""
|
||||
#title2= _ ""
|
||||
items=endturn
|
||||
ref=top-right-panel
|
||||
rect="=+90,=+199,+48,+21"
|
||||
|
|
Loading…
Add table
Reference in a new issue