Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 24, 2017
1 parent 690a644 commit 2763bc1
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -72,8 +72,8 @@ DENG_GUI_PIMPL(RendererSettingsDialog)
fov->setRange(Ranged(30, 160));

area.add(enableExtWithPWADs = new VariableToggleWidget(tr("Use with PWADs"), App::config("resource.highResWithPWAD")));
area.add(disableExtTextures = new VariableToggleWidget(tr("Disable for textures"), App::config("resource.noHighResTex")));
area.add(disableExtPatches = new VariableToggleWidget(tr("Disable for patches"), App::config("resource.noHighResPatches")));
area.add(disableExtTextures = new VariableToggleWidget(tr("Disable for Textures"), App::config("resource.noHighResTex")));
area.add(disableExtPatches = new VariableToggleWidget(tr("Disable for Patches"), App::config("resource.noHighResPatches")));

// Set up a separate popup for developer settings.
self().add(devPopup = new GridPopupWidget);
Expand Down

0 comments on commit 2763bc1

Please sign in to comment.