Changeset 150

Show
Ignore:
Timestamp:
02/16/07 19:54:03 (2 years ago)
Author:
jlee
Message:

Disable MPlayer menu in Windows

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/org/thestaticvoid/iriverter/ConverterUI.java

    r146 r150  
    281281                mplayerPath = new MenuItem(advancedOptionsMenu, SWT.PUSH); 
    282282                if (System.getProperty("os.name").indexOf("Windows") >= 0) 
    283                         mplayerPath.setMenu(null); 
     283                        mplayerPath.setEnabled(false); 
    284284                mplayerPath.setText("&MPlayer Path..."); 
    285285                mplayerPath.addSelectionListener(this);