From 9adbcd69224424c1e1b8156b6698b76e3401c461 Mon Sep 17 00:00:00 2001 From: Sebastian Eichelbaum Date: Sun, 11 Apr 2010 23:34:19 +0200 Subject: [PATCH] [CHANGE] - DVR now also appears on the whitelist (the olt cfg contained an additional whitespace causing DVR not to appear on the button toolbar --- doc/user/walnut.cfg.mpi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/walnut.cfg.mpi b/doc/user/walnut.cfg.mpi index dbd54bf5a..607d69471 100644 --- a/doc/user/walnut.cfg.mpi +++ b/doc/user/walnut.cfg.mpi @@ -6,7 +6,7 @@ ## It is a comma seperated list. If this is not specified the default empty is assumed. ## An example could be # default="HUD" -whiteList ="Isosurface,Bounding Box, Direct Volume Rendering,Distance Map Isosurface,Gauss Filtering,HUD,Vector Plot,Write NIfTI" # A list of modules that will be provided through the GUI. If the list is empty all available modules are provided. +whiteList ="Isosurface,Bounding Box,Direct Volume Rendering,Distance Map Isosurface,Gauss Filtering,HUD,Vector Plot,Write NIfTI" # A list of modules that will be provided through the GUI. If the list is empty all available modules are provided. [qt4gui] # hideAxial = yes # hide the axial view widget -- GitLab