X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormPreferences.C;h=c3273f57fa1f226949045d9470f7b9594b26c47f;hb=eba67bc3120dc301bf193c3f3b570f51f00a4654;hp=ea3ca5568689cf3e2144fab7c9eb221111202169;hpb=74b224fcba406f4ea4d1f1fa91a63aea39ca2712;p=lyx.git diff --git a/src/frontends/xforms/FormPreferences.C b/src/frontends/xforms/FormPreferences.C index ea3ca55686..c3273f57fa 100644 --- a/src/frontends/xforms/FormPreferences.C +++ b/src/frontends/xforms/FormPreferences.C @@ -2369,9 +2369,9 @@ FormPreferences::Printer::feedback(FL_OBJECT const * const ob) const else if (ob == dialog_->input_landscape) str = lyxrc.getDescription(LyXRC::RC_PRINTLANDSCAPEFLAG); else if (ob == dialog_->input_copies) - str = lyxrc.getDescription(LyXRC::RC_PRINTCOLLCOPIESFLAG); - else if (ob == dialog_->input_collated) str = lyxrc.getDescription(LyXRC::RC_PRINTCOPIESFLAG); + else if (ob == dialog_->input_collated) + str = lyxrc.getDescription(LyXRC::RC_PRINTCOLLCOPIESFLAG); else if (ob == dialog_->input_paper_type) str = lyxrc.getDescription(LyXRC::RC_PRINTPAPERFLAG); else if (ob == dialog_->input_paper_size)