mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
make struct Pimpl accessible in Menubar
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@925 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8cac3597a4
commit
d5cd17770d
12
ChangeLog
12
ChangeLog
@ -1,5 +1,17 @@
|
|||||||
2000-07-26 Lars Gullik Bjønnes <larsbj@lyx.org>
|
2000-07-26 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||||
|
|
||||||
|
* src/frontends/Menubar.h: make "struct Pimpl;" public + the
|
||||||
|
friend as per Angus's patch posted to lyx-devel.
|
||||||
|
|
||||||
|
* src/ext_l10n.h: updated
|
||||||
|
|
||||||
|
* src/frontends/xforms/Toolbar_pimpl.C (updateLayoutList): run
|
||||||
|
gettext on the style string right before inserting them into the
|
||||||
|
combox.
|
||||||
|
|
||||||
|
* autogen.sh: add code to extract style strings form layout files,
|
||||||
|
not good enough yet.
|
||||||
|
|
||||||
* src/frontends/gtk/.cvsignore: add MAKEFILE
|
* src/frontends/gtk/.cvsignore: add MAKEFILE
|
||||||
|
|
||||||
* src/MenuBackend.C (read): run the label strings through gettext
|
* src/MenuBackend.C (read): run the label strings through gettext
|
||||||
|
@ -41,9 +41,9 @@ public:
|
|||||||
//I disable this temporarily until I find a nice way to make it work
|
//I disable this temporarily until I find a nice way to make it work
|
||||||
//with compaq cxx. (Jean-Marc)
|
//with compaq cxx. (Jean-Marc)
|
||||||
// Is this a new comment? (Lgb)
|
// Is this a new comment? (Lgb)
|
||||||
private:
|
|
||||||
struct Pimpl;
|
struct Pimpl;
|
||||||
friend struct Pimpl;
|
friend struct Pimpl;
|
||||||
|
private:
|
||||||
Pimpl * pimpl_;
|
Pimpl * pimpl_;
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user