Commit a0bac9e
committed
Fix the fileExtension issue in macOS.
Currently if there is no file extension for the file, then only the new
extension is getting appended; but there is no implementation if there
is an extension already present for the file and the user wants to
overwrite it;
The PR is raised to include that condition too.1 parent 75f69db commit a0bac9e
File tree
1 file changed
+6
-1
lines changed- bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
148 | 153 | | |
149 | 154 | | |
150 | 155 | | |
| |||
0 commit comments