Skip to content

Commit 1f10ba4

Browse files
author
Greg Van Liew
authored
Merge pull request #134 from timsneath/patch-6
Fix spacing issue
2 parents 6a443e5 + fbf2e62 commit 1f10ba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/extensibility/changing-the-text-of-a-menu-command.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The following steps show how to change the text label of a menu command by using
6060
if (null != myCommand)
6161
{
6262
myCommand.Text = "New Text";
63-
}
63+
}
6464
}
6565
```
6666

@@ -97,4 +97,4 @@ The following steps show how to change the text label of a menu command by using
9797

9898
6. On the **Tools** menu you should see a command named **Invoke ChangeMenuText**.
9999

100-
7. Click the command. You should see the message box announcing that MenuItemCallback has been called. When you dismiss the message box, you should see that the name of the command on the Tools menu is now **New Text**.
100+
7. Click the command. You should see the message box announcing that MenuItemCallback has been called. When you dismiss the message box, you should see that the name of the command on the Tools menu is now **New Text**.

0 commit comments

Comments
 (0)