Ignore:
Timestamp:
04/13/07 19:28:10 (5 years ago)
Author:
jlee
Message:

New ProgressDialog?; new directory handling; DnD still needs to be fixed now; other job types still need work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/thestaticvoid/iriverter/MPlayerPathDialog.java

    r152 r158  
    3535                dialog.setFilterPath(ConverterOptions.getMPlayerPath()); 
    3636                dialog.setText("MPlayer Path"); 
    37                 dialog.setMessage("Select the path to MPlayer"); 
     37                dialog.setMessage("Select the path to 'mplayer'"); 
    3838                String directory = dialog.open(); 
    3939                if (directory != null) 
Note: See TracChangeset for help on using the changeset viewer.