Ignore:
Timestamp:
2009-01-12T13:04:29+13:00 (15 years ago)
Author:
kjdon
Message:

committed code submitted by Amin Hedjazi for making the GLI right to left. I worked on this code on the rtl-gli branch, then merged the branch back to the trunk at revision 18368. The branch code was slightly different in a couple of places where it shouldn't have been. So don't use the branch code next time. Start a new branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/gui/EmailField.java

    r4939 r18370  
    66import javax.swing.event.*;
    77import javax.swing.text.*;
     8import org.greenstone.gatherer.Dictionary;
    89
    910public class EmailField
     
    1920    public EmailField(Color invalid_background) {
    2021    super();
     22        this.setComponentOrientation(Dictionary.getOrientation());
    2123    this.invalid_background = invalid_background;
    2224    }
Note: See TracChangeset for help on using the changeset viewer.