Re: Toolbar status - Translation Problem

2007-06-17 Thread Edwin Leuven
Michael Gerz wrote: Hi, this patch fixes a problem with an untranslated toolbar name. OK? why not simply: ToolbarInfo const Toolbars::getToolbarInfo(string const name) { return toolbarbackend.getToolbar(name); }

Re: Toolbar status - Translation Problem

2007-06-17 Thread Edwin Leuven
Michael Gerz wrote: Hi, this patch fixes a problem with an untranslated toolbar name. OK? why not simply: ToolbarInfo const & Toolbars::getToolbarInfo(string const & name) { return toolbarbackend.getToolbar(name); }

Toolbar status - Translation Problem

2007-06-16 Thread Michael Gerz
Hi, this patch fixes a problem with an untranslated toolbar name. OK? Michael Index: src/LyXFunc.cpp === --- src/LyXFunc.cpp (Revision 18805) +++ src/LyXFunc.cpp (Arbeitskopie) @@ -1758,20 +1758,19 @@ case LFUN_TOOLBAR_TOGGLE:

Toolbar status - Translation Problem

2007-06-16 Thread Michael Gerz
Hi, this patch fixes a problem with an untranslated toolbar name. OK? Michael Index: src/LyXFunc.cpp === --- src/LyXFunc.cpp (Revision 18805) +++ src/LyXFunc.cpp (Arbeitskopie) @@ -1758,20 +1758,19 @@ case LFUN_TOOLBAR_TOGGLE: