IconEditor/IconEditorWindow.py

changeset 5406
8d09a23a8fdd
parent 5389
9b1c800daff3
child 5631
d0beabfaad42
--- a/IconEditor/IconEditorWindow.py	Sun Jan 08 17:44:07 2017 +0100
+++ b/IconEditor/IconEditorWindow.py	Sun Jan 08 18:51:55 2017 +0100
@@ -123,8 +123,12 @@
         """
         filters = {
             'bmp': self.tr("Windows Bitmap File (*.bmp)"),
+            'cur': self.tr("Windows Cursor File (*.cur)"),
+            'dds': self.tr("DirectDraw-Surface File (*.dds)"),
             'gif': self.tr("Graphic Interchange Format File (*.gif)"),
+            'icns': self.tr("Apple Icon File (*.icns)"),
             'ico': self.tr("Windows Icon File (*.ico)"),
+            'jp2': self.tr("JPEG2000 File (*.jp2)"),
             'jpg': self.tr("JPEG File (*.jpg)"),
             'jpeg': self.tr("JPEG File (*.jpeg)"),
             'mng': self.tr("Multiple-Image Network Graphics File (*.mng)"),
@@ -141,6 +145,7 @@
             'tif': self.tr("TIFF File (*.tif)"),
             'tiff': self.tr("TIFF File (*.tiff)"),
             'wbmp': self.tr("WAP Bitmap File (*.wbmp)"),
+            'webp': self.tr("WebP Image File (*.webp)"),
             'xbm': self.tr("X11 Bitmap File (*.xbm)"),
             'xpm': self.tr("X11 Pixmap File (*.xpm)"),
         }

eric ide

mercurial