Ignore:
Timestamp:
2/12/2010 4:52:47 AM (2 years ago)
Author:
lowjoel
Message:

Compile fix; Localisation only exists in trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eraser6/6.0/Eraser/MainForm.cs

    r1824 r1826  
    332332                    "was: {0}", ex.Message), S._("Eraser"), MessageBoxButtons.OK, 
    333333                    MessageBoxIcon.Error, MessageBoxDefaultButton.Button1, 
    334                     Localisation.IsRightToLeft(this) ? 
     334                    S.IsRightToLeft(this) ? 
    335335                        MessageBoxOptions.RtlReading | MessageBoxOptions.RightAlign : 0); 
    336336            } 
Note: See TracChangeset for help on using the changeset viewer.