- Timestamp:
- 2010-02-01T18:19:20+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/help/HelpBrowser.java
r2915 r2918 451 451 } 452 452 public void update(Observable o, Object arg) { 453 System.out.println("BackAction: canGoBoack=" + history.canGoBack() );453 //System.out.println("BackAction: canGoBoack=" + history.canGoBack() ); 454 454 setEnabled(history.canGoBack()); 455 455 }
Note:
See TracChangeset
for help on using the changeset viewer.