Skip to content

Commit

Permalink
UI|Home: Problems selecting WAD folders in GNOME
Browse files Browse the repository at this point in the history
IssueID #2223
  • Loading branch information
skyjake committed Apr 16, 2017
1 parent 29e9607 commit cd8f7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/apps/client/src/ui/home/nogamescolumnwidget.cpp
Expand Up @@ -69,7 +69,7 @@ void NoGamesColumnWidget::browseForDataFiles()
App::config().gets("resource.iwadFolder", ""));
dlg.setFileMode(QFileDialog::Directory);
dlg.setReadOnly(true);
dlg.setNameFilter("*.wad");
//dlg.setNameFilter("*.wad");
dlg.setLabelText(QFileDialog::Accept, tr("Select"));
bool reload = false;
if (dlg.exec())
Expand Down

0 comments on commit cd8f7ab

Please sign in to comment.