Skip to content

Commit 576a946

Browse files
authored
Merge pull request #10906 from changeworld/patch-7
Fix typo: staus -> status
2 parents 511fd9b + 479ba0e commit 576a946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/snippets/cpp/VS_Snippets_Misc/NVC_MFC_StatusBarDemo/cpp/StatusBarDemo.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ FONT 8, "MS Sans Serif", 0, 0, 0x1
204204
BEGIN
205205
ICON IDR_MAINFRAME,IDC_STATIC,11,17,20,20
206206
LTEXT "StatusBarDemo Application Version 1.0",IDC_STATIC,40,10,119,8
207-
LTEXT "� 2007 - 2008 Microsoft Corporation. All rights reserved.",
207+
LTEXT "� 2007 - 2008 Microsoft Corporation. All rights reserved.",
208208
IDC_STATIC,40,25,122,19
209209
DEFPUSHBUTTON "OK",IDOK,176,6,32,14,WS_GROUP
210210
END
@@ -225,7 +225,7 @@ BEGIN
225225
PUSHBUTTON "Start Animation",IDC_START_ANIMATION,23,148,62,14
226226
GROUPBOX "Statusbar Pane Icons: ",IDC_STATIC,186,7,149,79,0,
227227
WS_EX_TRANSPARENT
228-
LTEXT "Developer can assign an icon to the staus bar pane. Please choose an icon to be displayed in the status bar pane:",
228+
LTEXT "Developer can assign an icon to the status bar pane. Please choose an icon to be displayed in the status bar pane:",
229229
IDC_STATIC,200,22,125,26
230230
CONTROL "Icon 1",IDC_ICON1,"Button",BS_AUTORADIOBUTTON |
231231
WS_GROUP,220,55,36,10

0 commit comments

Comments
 (0)