mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-31 07:45:44 +00:00
Fix crash in Document dialog + small sundries.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4980 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ca26056e2a
commit
4ecb8d1f56
@ -1,3 +1,7 @@
|
||||
2002-08-14 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* GUI.h: public derivation from boost::noncopyable.
|
||||
|
||||
2002-08-14 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* GUI.h: class GUI deries from boost::noncopyable
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
template <typename Controller, typename GUIview,
|
||||
typename Policy, typename GUIbc>
|
||||
class GUI : boost::noncopyable {
|
||||
class GUI : public boost::noncopyable {
|
||||
public:
|
||||
///
|
||||
GUI(LyXView & lv, Dialogs & d);
|
||||
|
@ -1,3 +1,9 @@
|
||||
2002-08-14 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* FormBaseDeprecated.h: public derivation from boost::noncopyable.
|
||||
|
||||
* forms/form_document.fd: remove declaration of file 'psnfss2.xpm'
|
||||
|
||||
2002-08-14 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* FormBaseDeprecated.h: no longer derives from DialogBase, but instead
|
||||
|
@ -1521,10 +1521,10 @@ callback:
|
||||
argument:
|
||||
|
||||
--------------------
|
||||
class: FL_PIXMAPBUTTON
|
||||
class: FL_BUTTON
|
||||
type: NORMAL_BUTTON
|
||||
box: 135 105 260 180
|
||||
boxtype: FL_NO_BOX
|
||||
boxtype: FL_UP_BOX
|
||||
colors: FL_COL1 FL_YELLOW
|
||||
alignment: FL_ALIGN_BOTTOM
|
||||
style: FL_NORMAL_STYLE
|
||||
@ -1535,10 +1535,8 @@ shortcut:
|
||||
resize: FL_RESIZE_ALL
|
||||
gravity: FL_NoGravity FL_NoGravity
|
||||
name: bmtable_bullet_panel
|
||||
callback:
|
||||
argument:
|
||||
file: psnfss2.xpm
|
||||
fullpath: 1
|
||||
callback: C_FormBaseDeprecatedInputCB
|
||||
argument: 0
|
||||
|
||||
--------------------
|
||||
class: FL_FRAME
|
||||
|
Loading…
Reference in New Issue
Block a user