File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/snippets/cpp/VS_Snippets_Misc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)
137
137
return -1 ; // fail to create
138
138
}
139
139
140
- // Each rebar pane will ocupy its own row:
140
+ // Each rebar pane will occupy its own row:
141
141
DWORD dwStyle = RBBS_GRIPPERALWAYS | RBBS_FIXEDBMP | RBBS_BREAK;
142
142
143
143
if (!m_wndReBar.Create (this ) ||
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)
140
140
}
141
141
142
142
// <snippet2>
143
- // Each rebar pane will ocupy its own row:
143
+ // Each rebar pane will occupy its own row:
144
144
DWORD dwStyle = RBBS_GRIPPERALWAYS | RBBS_FIXEDBMP | RBBS_BREAK;
145
145
// CMFCMenuBar m_wndMenuBar
146
146
// CMFCToolBar m_wndToolBar
You can’t perform that action at this time.
0 commit comments