diff --git a/Base/etc/FileIconProvider.ini b/Base/etc/FileIconProvider.ini index 17b268e59c..a5bb9e3111 100644 --- a/Base/etc/FileIconProvider.ini +++ b/Base/etc/FileIconProvider.ini @@ -22,6 +22,7 @@ gml=*.gml palette=*.palette pdf=*.pdf python=*.py +ruby=*.rb sound=*.wav,*.flac,*.mp3 spreadsheet=*.sheets,*.csv text=*.txt diff --git a/Base/res/icons/16x16/filetype-ruby.png b/Base/res/icons/16x16/filetype-ruby.png new file mode 100644 index 0000000000..3ae8305248 Binary files /dev/null and b/Base/res/icons/16x16/filetype-ruby.png differ diff --git a/Base/res/icons/32x32/filetype-ruby.png b/Base/res/icons/32x32/filetype-ruby.png new file mode 100644 index 0000000000..e456eb994c Binary files /dev/null and b/Base/res/icons/32x32/filetype-ruby.png differ