Changeset 865


Ignore:
Timestamp:
02/08/14 14:58:42 (10 years ago)
Author:
davidb
Message:

Tidy up on some comment text

Location:
trunk/src/org/expeditee/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/FrameGraphics.java

    r699 r865  
    4141        private static Dimension _MaxSize = null;
    4242
    43         // Final passes to renderering the current frame
     43        // Final passes to rendering the current frame
    4444        private static LinkedList<FrameRenderPass> _frameRenderPasses = new LinkedList<FrameRenderPass>();
    4545
     
    5151        public static final int MODE_XRAY = 2;
    5252
    53         // Start in XRay mode so that errors arnt thrown when parsing the profile
     53        // Start in XRay mode so that errors aren't thrown when parsing the profile
    5454        // frame if it has images on it
    5555        private static int _Mode = MODE_XRAY;
  • trunk/src/org/expeditee/gui/FrameMouseActions.java

    r852 r865  
    11611161
    11621162                        if (on instanceof WidgetEdge) {
    1163                                 // Dont allow the user to break widget edges.
     1163                                // Don't allow the user to break widget edges.
    11641164                                // Note: had to return here because random dots would
    11651165                                // appear otherwise... cannot understand code below
     
    31963196
    31973197        public static void anchor(Item toAnchor, boolean checkEnclosure) {
    3198                 // Only anchor items we have full permission over... ie dont anchor
    3199                 // vector items
     3198                // Only anchor items we have full permission over... i.e. don't anchor vector items
    32003199                if (!toAnchor.hasPermission(UserAppliedPermission.full))
    32013200                        return;
Note: See TracChangeset for help on using the changeset viewer.