Changeset 150


Ignore:
Timestamp:
02/16/07 22:54:03 (5 years ago)
Author:
jlee
Message:

Disable MPlayer menu in Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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); 
Note: See TracChangeset for help on using the changeset viewer.