Skip to content

Commit 263af7d

Browse files
author
mikeblome
committed
fixed formatting
1 parent e632f1e commit 263af7d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/mfc/walkthrough-using-the-new-mfc-shell-controls.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ After **MFC Application Wizard** displays, use the following options:
4040

4141
- On the **User Interface Features** pane, make sure the **Use a menu bar and toolbar** option is selected. Leave all other options as they are.
4242

43-
- On the **Advanced Features** pane, select **ActiveX controls**, **Common Control Manifest**, and **Navigation pane** option. Leave everyuthing else as it is. The **Navigation Pane** option will cause the wizard to create the pane to the left of the window with a `CMFCShellTreeCtrl` already embedded.
43+
- On the **Advanced Features** pane, select **ActiveX controls**, **Common Control Manifest**, and **Navigation pane** option. Leave everything else as it is. The **Navigation Pane** option will cause the wizard to create the pane to the left of the window with a `CMFCShellTreeCtrl` already embedded.
4444

4545
- We aren't going to make any changes to the **Generated Classes** pane, so click **Finish** to create your new MFC project.
4646

@@ -56,17 +56,17 @@ After **MFC Application Wizard** displays, use the following options:
5656

5757
- On the **Application Type** pane, under **Application type**, clear the **Tabbed documents** option. Next, select **Single document** and select **Document/View architecture support**. Under **Project style**, select **Visual Studio**, and from the **Visual style and colors** drop down list select **Office 2007 (Blue theme)**.
5858

59-
- On the **Compound Document Support** pane, select **None**.
59+
- On the **Compound Document Support** pane, select **None**.
6060

61-
- Don't make any changes to the **Document Template Strings** pane.
61+
- Don't make any changes to the **Document Template Strings** pane.
6262

63-
- On the **Database Support** pane (Visual Studio 2015 and older), select **None** because the application doesn't use a database.
63+
- On the **Database Support** pane (Visual Studio 2015 and older), select **None** because the application doesn't use a database.
6464

65-
- On the **User Interface Features** pane, make sure the **Use a menu bar and toolbar** option is selected. Leave all other options as they are.
65+
- On the **User Interface Features** pane, make sure the **Use a menu bar and toolbar** option is selected. Leave all other options as they are.
6666

67-
- On the **Advanced Features** pane, under **Advanced features**, select only **ActiveX controls** and **Common Control Manifest**. Under **Advanced frame panes**, select only the **Navigation pane** option. It will cause the wizard to create the pane to the left of the window with a `CMFCShellTreeCtrl` already embedded.
67+
- On the **Advanced Features** pane, under **Advanced features**, select only **ActiveX controls** and **Common Control Manifest**. Under **Advanced frame panes**, select only the **Navigation pane** option. It will cause the wizard to create the pane to the left of the window with a `CMFCShellTreeCtrl` already embedded.
6868

69-
- We aren't going to make any changes to the **Generated Classes** pane, so click **Finish** to create your new MFC project.
69+
- We aren't going to make any changes to the **Generated Classes** pane, so click **Finish** to create your new MFC project.
7070

7171
::: moniker-end
7272

0 commit comments

Comments
 (0)