]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormPreferences.C
change X-windows to X window
[lyx.git] / src / frontends / xforms / FormPreferences.C
index 0e3162bdbb5091a916cfbb26dce33a6b5ba55603..084db72967ed0e9eeb1b7d5546acaa69641ab480 100644 (file)
@@ -148,7 +148,7 @@ void FormPreferences::ok()
 void FormPreferences::hide()
 {
        // We need to hide the active tabfolder otherwise we get a
-       // BadDrawable error from X windows and LyX crashes without saving.
+       // BadDrawable error from X window and LyX crashes without saving.
        FL_FORM * outer_form = fl_get_active_folder(dialog_->tabfolder_prefs);
        if (outer_form
            && outer_form->visible) {