mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
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:
parent
0f5ff99bc1
commit
25409ce797
@ -15,7 +15,7 @@
|
|||||||
#include "frontends/support/LyXImage.h"
|
#include "frontends/support/LyXImage.h"
|
||||||
#include <X11/Xlib.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 {
|
class LyXImage {
|
||||||
public:
|
public:
|
||||||
|
@ -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>
|
2001-09-24 Angus Leeming <a.leeming@ic.ac.uk>
|
||||||
|
|
||||||
* FormRef.C:
|
* FormRef.C:
|
||||||
|
@ -148,7 +148,7 @@ void FormPreferences::ok()
|
|||||||
void FormPreferences::hide()
|
void FormPreferences::hide()
|
||||||
{
|
{
|
||||||
// We need to hide the active tabfolder otherwise we get a
|
// 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);
|
FL_FORM * outer_form = fl_get_active_folder(dialog_->tabfolder_prefs);
|
||||||
if (outer_form
|
if (outer_form
|
||||||
&& outer_form->visible) {
|
&& outer_form->visible) {
|
||||||
|
@ -232,7 +232,7 @@ FD_form_interface * FormPreferences::build_interface()
|
|||||||
fl_set_object_lsize(obj, FL_NORMAL_SIZE);
|
fl_set_object_lsize(obj, FL_NORMAL_SIZE);
|
||||||
fl_set_object_callback(obj, C_FormBaseDeprecatedInputCB, 0);
|
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)));
|
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);
|
fl_set_button_shortcut(obj, scex(_(dummy)), 1);
|
||||||
}
|
}
|
||||||
|
@ -752,7 +752,7 @@ alignment: FL_ALIGN_CENTER
|
|||||||
style: FL_NORMAL_STYLE
|
style: FL_NORMAL_STYLE
|
||||||
size: FL_NORMAL_SIZE
|
size: FL_NORMAL_SIZE
|
||||||
lcol: FL_BLACK
|
lcol: FL_BLACK
|
||||||
label: Override X-Windows dead-keys|#O
|
label: Override X Window dead-keys|#O
|
||||||
shortcut:
|
shortcut:
|
||||||
resize: FL_RESIZE_ALL
|
resize: FL_RESIZE_ALL
|
||||||
gravity: FL_NoGravity FL_NoGravity
|
gravity: FL_NoGravity FL_NoGravity
|
||||||
|
Loading…
Reference in New Issue
Block a user