build: remove *.rs file association with SUN Raster images
Nowadays .rs is the extension for the Rust programming language files, and it's confusing that GIMP is trying to associate with them. A simple rename of existing .rs images to .ras will allow them to be opened again. Note by reviewer: ideally file association should not rely on filename extension, and should be detected properly (i.e. file "magic"). This way even extension clash would not be a problem (format would be detected whatever the extension used). Unfortunately it's apparently not the case on Windows. Anyway since nowadays chances to see a Rust code file are likely much higher than seeing a Sun Raster image file, let's just accept this patch and drop association of `.rs` on Windows.
This commit is contained in:
parent
de87a31825
commit
809e045ead
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
16=PostScript, Encapsulated PostScript:PS:EPS
|
||||
17=Scalable Vector Graphics:svg
|
||||
18=SGI image format:SGI:RGB:BW:ICON
|
||||
19=SUN Raster Image:ras:im1:im8:im24:im32:rs
|
||||
19=SUN Raster Image:ras:im1:im8:im24:im32
|
||||
20=Tagged Image File:tif:tiff
|
||||
21=TrueVision Targa:tga
|
||||
22=Windows and OS/2 Bitmaps:BMP
|
||||
|
|
|
|||
Loading…
Reference in a new issue