Ignore:
Timestamp:
06/11/08 09:22:56 (16 years ago)
Author:
ra33
Message:

Fixed bug preventing it from working in windows... and added comment to stop that happening again.

Added right click and drag to a line...

File:
1 edited

Legend:

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

    r97 r102  
    731731        private static void displayMessage(String message, String link,
    732732                        List<String> actions, Color color, boolean displayAlways) {
     733
     734                System.out.println(message);
    733735                assert (message != null);
    734736
     
    792794                MessageLink.setLink(_creator.getCurrent());
    793795                Repaint();
    794 
    795                 System.out.println(message);
    796796        }
    797797
Note: See TracChangeset for help on using the changeset viewer.