Changeset 77


Ignore:
Timestamp:
02/24/06 11:32:36 (6 years ago)
Author:
jlee
Message:

FPS instead of Kbps

File:
1 edited

Legend:

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

    r59 r77  
    5555                currentFrameRateSpinner.addSelectionListener(this); 
    5656                 
    57                 new Label(shell, SWT.NONE).setText("Kbps"); 
     57                new Label(shell, SWT.NONE).setText("FPS"); 
    5858                 
    5959                dismiss = new Button(shell, SWT.PUSH); 
Note: See TracChangeset for help on using the changeset viewer.