change X-windows to X window

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2805 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2001-09-27 09:39:25 +00:00
parent 0f5ff99bc1
commit 25409ce797
5 changed files with 8 additions and 4 deletions

View File

@ -15,7 +15,7 @@
#include "frontends/support/LyXImage.h"
#include <X11/Xlib.h>
// This class actually acts as a base class when X-Windows is used.
// This class actually acts as a base class when X Window is used.
class LyXImage {
public:

View File

@ -1,3 +1,7 @@
2001-09-27 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* forms/form_preferences.fd: fix typo
2001-09-24 Angus Leeming <a.leeming@ic.ac.uk>
* FormRef.C:

View 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) {

View File

@ -232,7 +232,7 @@ FD_form_interface * FormPreferences::build_interface()
fl_set_object_lsize(obj, FL_NORMAL_SIZE);
fl_set_object_callback(obj, C_FormBaseDeprecatedInputCB, 0);
{
char const * const dummy = N_("Override X-Windows dead-keys|#O");
char const * const dummy = N_("Override X Window dead-keys|#O");
fdui->check_override_x_dead_keys = obj = fl_add_checkbutton(FL_PUSH_BUTTON, 95, 265, 30, 30, idex(_(dummy)));
fl_set_button_shortcut(obj, scex(_(dummy)), 1);
}

View File

@ -752,7 +752,7 @@ alignment: FL_ALIGN_CENTER
style: FL_NORMAL_STYLE
size: FL_NORMAL_SIZE
lcol: FL_BLACK
label: Override X-Windows dead-keys|#O
label: Override X Window dead-keys|#O
shortcut:
resize: FL_RESIZE_ALL
gravity: FL_NoGravity FL_NoGravity