On Fri, Mar 22, 2013 at 8:54 PM, Pavel Sanda <[email protected]> wrote: > Scott Kostyshak wrote: >> > +++ b/src/insets/InsetGraphics.h >> > @@ -87,6 +87,8 @@ private: >> > /// returns LyX code associated with the inset. Used for TOC, ...) >> > InsetCode lyxCode() const { return GRAPHICS_CODE; } >> > /// Get the inset parameters, used by the GUIndependent dialog. >> > + docstring layoutName() const { return from_ascii("Graphics"); } >> > + /// >> > InsetGraphicsParams const & params() const; > > switched comment? p
Thanks for catching that. In the previous email is the corrected version. Scott
