Rename the 'no-reverse' file as 'reverse', as it contains the list of icons that can be reversed.
[GB.FORM.STOCK] * NEW: Rename the 'no-reverse' file as 'reverse', as it contains the list of icons that can be reversed.
This commit is contained in:
parent
bc18e6224f
commit
3ed4d3e1ba
2 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ Static Private Sub LoadRightToLeft()
|
|||
Dim sKey As String
|
||||
|
||||
$cRightToLeft = New Collection
|
||||
For Each sKey In Split(File.Load("no-reverse"), "\n")
|
||||
For Each sKey In Split(File.Load("reverse"), "\n")
|
||||
sKey = Trim(sKey)
|
||||
If Not sKey Then Continue
|
||||
If sKey Begins ";" Then Continue
|
||||
|
|
Loading…
Reference in a new issue