File tree Expand file tree Collapse file tree 16 files changed +17
-17
lines changed
docs/snippets/cpp/VS_Snippets_Misc
NVC_MFC_OutlookMultiViews/cpp
NVC_MFC_StateCollection/cpp
NVC_MFC_StatusBarDemo/cpp
NVC_MFC_ToolbarDateTimePicker/cpp
system.net.httpwebrequest.addrange2/cpp
system.net.httpwebrequest.addrange/cpp Expand file tree Collapse file tree 16 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ BOOL CMainFrame::OnShowPopupMenu (CMFCPopupMenu* pMenuPopup)
227
227
if (CMFCToolBar::IsCustomizeMode ())
228
228
{
229
229
// ----------------------------------------------------
230
- // Don't show toolbars list in the cuztomization mode!
230
+ // Don't show toolbars list in the customization mode!
231
231
// ----------------------------------------------------
232
232
return FALSE ;
233
233
}
Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ BOOL CMainFrame::OnShowPopupMenu (CMFCPopupMenu* pMenuPopup)
309
309
if (CMFCToolBar::IsCustomizeMode ())
310
310
{
311
311
// ----------------------------------------------------
312
- // Don't show toolbars list in the cuztomization mode!
312
+ // Don't show toolbars list in the customization mode!
313
313
// ----------------------------------------------------
314
314
return FALSE ;
315
315
}
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ BOOL CMainFrame::OnShowPopupMenu (CMFCPopupMenu* pMenuPopup)
311
311
if (CMFCToolBar::IsCustomizeMode ())
312
312
{
313
313
// ----------------------------------------------------
314
- // Don't show toolbars list in the cuztomization mode!
314
+ // Don't show toolbars list in the customization mode!
315
315
// ----------------------------------------------------
316
316
return FALSE ;
317
317
}
Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ BOOL CMainFrame::OnShowPopupMenu (CMFCPopupMenu* pMenuPopup)
256
256
if (CMFCToolBar::IsCustomizeMode ())
257
257
{
258
258
// ----------------------------------------------------
259
- // Don't show toolbars list in the cuztomization mode!
259
+ // Don't show toolbars list in the customization mode!
260
260
// ----------------------------------------------------
261
261
return FALSE ;
262
262
}
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ BOOL CMainFrame::OnShowPopupMenu (CMFCPopupMenu* pMenuPopup)
251
251
if (CMFCToolBar::IsCustomizeMode ())
252
252
{
253
253
// ----------------------------------------------------
254
- // Don't show toolbars list in the cuztomization mode!
254
+ // Don't show toolbars list in the customization mode!
255
255
// ----------------------------------------------------
256
256
return FALSE ;
257
257
}
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ BOOL CMainFrame::OnShowPopupMenu (CMFCPopupMenu* pMenuPopup)
218
218
if (CMFCToolBar::IsCustomizeMode ())
219
219
{
220
220
// ----------------------------------------------------
221
- // Don't show toolbars list in the cuztomization mode!
221
+ // Don't show toolbars list in the customization mode!
222
222
// ----------------------------------------------------
223
223
return FALSE ;
224
224
}
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ BOOL CMainFrame::OnShowPopupMenu (CMFCPopupMenu* pMenuPopup)
252
252
if (CMFCToolBar::IsCustomizeMode ())
253
253
{
254
254
// ----------------------------------------------------
255
- // Don't show toolbars list in the cuztomization mode!
255
+ // Don't show toolbars list in the customization mode!
256
256
// ----------------------------------------------------
257
257
return FALSE ;
258
258
}
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ BOOL CMainFrame::OnShowPopupMenu (CMFCPopupMenu* pMenuPopup)
200
200
if (CMFCToolBar::IsCustomizeMode ())
201
201
{
202
202
// ----------------------------------------------------
203
- // Don't show toolbars list in the cuztomization mode!
203
+ // Don't show toolbars list in the customization mode!
204
204
// ----------------------------------------------------
205
205
return FALSE ;
206
206
}
Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ BOOL CMainFrame::OnShowPopupMenu (CMFCPopupMenu* pMenuPopup)
315
315
if (CMFCToolBar::IsCustomizeMode ())
316
316
{
317
317
// ----------------------------------------------------
318
- // Don't show toolbars list in the cuztomization mode!
318
+ // Don't show toolbars list in the customization mode!
319
319
// ----------------------------------------------------
320
320
return FALSE ;
321
321
}
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ BOOL CMainFrame::OnShowPopupMenu (CMFCPopupMenu* pMenuPopup)
209
209
if (CMFCToolBar::IsCustomizeMode ())
210
210
{
211
211
// ----------------------------------------------------
212
- // Don't show toolbars list in the cuztomization mode!
212
+ // Don't show toolbars list in the customization mode!
213
213
// ----------------------------------------------------
214
214
return FALSE ;
215
215
}
You can’t perform that action at this time.
0 commit comments