]> git.lyx.org Git - features.git/commitdiff
make struct Pimpl accessible in Menubar
authorLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 26 Jul 2000 12:38:16 +0000 (12:38 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 26 Jul 2000 12:38:16 +0000 (12:38 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@925 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
src/frontends/Menubar.h

index 9d0f86c6ff091dcec1ef3295842a1237cb95cbdc..99df27c03c73650f64f7eaf2e2a837282c66f3ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
 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/MenuBackend.C (read): run the label strings through gettext
index 5784d4d45916b43a52ac5ed6ac22cd6c8732f5d1..4d24b4deca03277fa58c3201c8e3c1d4e7cb0ad5 100644 (file)
@@ -41,9 +41,9 @@ public:
        //I disable this temporarily until I find a nice way to make it work
        //with compaq cxx. (Jean-Marc)
        // Is this a new comment? (Lgb)
-private:
        struct Pimpl;
        friend struct Pimpl;
+private:
        Pimpl * pimpl_;
 };
 #endif