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:
gambas 2022-03-02 02:36:11 +01:00
parent bc18e6224f
commit 3ed4d3e1ba
2 changed files with 1 additions and 1 deletions

View file

@ -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