mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.examples
git-svn-id: svn://ultimatepp.org/upp/trunk@12342 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
97ed67c5b0
commit
c78125cfbe
1 changed files with 5 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ public:
|
|||
|
||||
protected:
|
||||
RichEdit editor;
|
||||
MenuBar menubar;
|
||||
MenuBar menubar ;
|
||||
ToolBar toolbar;
|
||||
StatusBar statusbar;
|
||||
String filename;
|
||||
|
|
@ -245,7 +245,11 @@ void UWord::SetBar()
|
|||
|
||||
UWord::UWord()
|
||||
{
|
||||
#ifdef PLATFORM_COCOA
|
||||
SetMainMenu(THISBACK(MainMenu));
|
||||
#else
|
||||
AddFrame(menubar);
|
||||
#endif
|
||||
AddFrame(TopSeparatorFrame());
|
||||
AddFrame(toolbar);
|
||||
AddFrame(statusbar);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue