mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-01-22 00:32:08 +00:00
Updated to for AppleWorksFileExportFilter enhancements. Changed
to use select methods.
This commit is contained in:
parent
f346a0ac28
commit
aaea5ee874
@ -365,7 +365,7 @@ public class DiskExplorerTab {
|
||||
* Set the appropriate rendering style.
|
||||
*/
|
||||
public void widgetSelected(SelectionEvent event) {
|
||||
awpFilter.setRendering(AppleWorksWordProcessorFileFilter.RENDER_AS_TEXT);
|
||||
awpFilter.selectTextRendering();
|
||||
}
|
||||
});
|
||||
item = new MenuItem(subMenu, SWT.RADIO);
|
||||
@ -375,7 +375,7 @@ public class DiskExplorerTab {
|
||||
* Set the appropriate rendering style.
|
||||
*/
|
||||
public void widgetSelected(SelectionEvent event) {
|
||||
awpFilter.setRendering(AppleWorksWordProcessorFileFilter.RENDER_AS_HTML);
|
||||
awpFilter.selectHtmlRendering();
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user