Changeset 207

Show
Ignore:
Timestamp:
03/24/08 07:45:44 (10 months ago)
Author:
Stuart Thiel
Message:

-Trivial fix, replacing more occurrences of "Movie" with "Media"

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • MediAnnotate/trunk/src/org/mediannotate/app/PlayerPanel.java

    r203 r207  
    154154                 
    155155        } 
    156  
    157          
    158         public void notifyOfMovieChange() { 
     156         
     157        public void notifyOfMediaChange() { 
    159158                setTime(currentMedia.getTime()); 
    160159                try { 
     
    222221        } 
    223222 
    224  
    225  
    226223        public void mouseClicked(MouseEvent e) { 
    227224                        this.requestFocusInWindow();     
     
    237234        public void mousePressed(MouseEvent e) {} 
    238235        public void mouseReleased(MouseEvent e) {} 
    239  
    240  
    241  
    242  
    243  
    244236}