- Timestamp:
- 02/16/07 22:54:03 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/thestaticvoid/iriverter/ConverterUI.java
r146 r150 281 281 mplayerPath = new MenuItem(advancedOptionsMenu, SWT.PUSH); 282 282 if (System.getProperty("os.name").indexOf("Windows") >= 0) 283 mplayerPath.set Menu(null);283 mplayerPath.setEnabled(false); 284 284 mplayerPath.setText("&MPlayer Path..."); 285 285 mplayerPath.addSelectionListener(this);
Note: See TracChangeset
for help on using the changeset viewer.
