diff --git a/geom-exp.cpp b/geom-exp.cpp index 39d71086..72d7e8d9 100644 --- a/geom-exp.cpp +++ b/geom-exp.cpp @@ -1394,7 +1394,7 @@ int read_geom_args() { } #endif else if(argis("-d:quotient")) - launch_dialog(showQuotientConfig); + launch_dialog(WDIM == 2 ? showQuotientConfig : showQuotientConfig3); else if(argis("-uqf")) fieldpattern::use_quotient_fp = true; #endif