mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9018 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fa371fa1eb
commit
0ebf1d4a50
@ -1,3 +1,7 @@
|
||||
2004-09-27 Lars Gullik Bjønnes <larsbj@gullik.net>
|
||||
|
||||
* LyXView.h: fix typo
|
||||
|
||||
2004-09-26 Lars Gullik Bjonnes <larsbj@gullik.net>
|
||||
|
||||
* pch.h: include proper signal include
|
||||
|
@ -87,7 +87,7 @@ public:
|
||||
/// return the toolbar for this view
|
||||
Toolbars & getToolbars() { return *toolbars_.get(); }
|
||||
///
|
||||
Toolbars const & getToolbasr() const { return *toolbars_.get(); }
|
||||
Toolbars const & getToolbars() const { return *toolbars_.get(); }
|
||||
|
||||
/// return the menubar for this view
|
||||
Menubar & getMenubar() { return *menubar_.get(); }
|
||||
|
Loading…
Reference in New Issue
Block a user