]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/filepicker.cpp
Minor tweaks to Makefiles, added command line switches for most options.
[virtualjaguar] / src / gui / filepicker.cpp
index 67eb5fd75804f4737613ad3c91b570706cd3c5c8..06c3a3da4c88b2b11f136ffd05242901b3398709 100644 (file)
@@ -375,7 +375,7 @@ void FilePickerWindow::UpdateSelection(const QModelIndex & current, const QModel
                                cart = QImage(":/res/alpine-file.png");
                }
                else if (haveUnknown && (fileType == JST_ABS_TYPE1 || fileType == JST_ABS_TYPE2
-                       || fileType == JST_JAGSERVER))
+                       || fileType == JST_JAGSERVER) || fileType == JST_WTFOMGBBQ)
                {
                        cart = QImage(":/res/homebrew-file.png");
                }