]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Toolbars.h
updated list of LyX translations
[lyx.git] / src / frontends / Toolbars.h
index d87c4a705b0ff881dd43a6929ee636b87bfb221b..55ada415f95d18ef19ec355d428da343bf216cdf 100644 (file)
@@ -90,8 +90,8 @@ public:
        /// Show/hide the named toolbar.
        void display(std::string const & name, bool show);
 
-       /// get toolbar state (on/off/auto)
-       ToolbarInfo::Flags getToolbarState(std::string const & name);
+       /// get toolbar info
+       ToolbarInfo * getToolbarInfo(std::string const & name);
 
        /** toggle the state of toolbars (on/off/auto). Skip "auto"
         * when allowauto is false.