Skip to content

Commit 67c2c2b

Browse files
committed
Fix typo: Priotity -> Priority
1 parent 42c4c1d commit 67c2c2b

File tree

1 file changed

+6
-6
lines changed
  • docs/snippets/cpp/VS_Snippets_Misc/NVC_MFC_OutlookDemo/cpp

1 file changed

+6
-6
lines changed

docs/snippets/cpp/VS_Snippets_Misc/NVC_MFC_OutlookDemo/cpp/OutlookDemo.rc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ FONT 8, "MS Sans Serif", 0, 0, 0x1
451451
BEGIN
452452
ICON IDR_MAINFRAME,IDC_STATIC,11,17,20,20
453453
LTEXT "OutlookDemo Application Version 1.0",IDC_STATIC,40,10,119,8
454-
LTEXT "� 2007 - 2008 Microsoft Corporation. All rights reserved.",
454+
LTEXT "� 2007 - 2008 Microsoft Corporation. All rights reserved.",
455455
IDC_STATIC,40,25,122,19
456456
DEFPUSHBUTTON "OK",IDOK,176,6,32,14,WS_GROUP
457457
END
@@ -473,11 +473,11 @@ STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
473473
CAPTION "Application Look"
474474
FONT 8, "MS Sans Serif", 0, 0, 0x1
475475
BEGIN
476-
LTEXT "Welcome to MFC! The library supports various application looks such as Microsoft� Office 2000/XP/2003, Microsoft� Visual Studio� 97/.NET and more.",IDC_STATIC,7,12,278,19
476+
LTEXT "Welcome to MFC! The library supports various application looks such as Microsoft� Office 2000/XP/2003, Microsoft� Visual Studio� 97/.NET and more.",IDC_STATIC,7,12,278,19
477477
LTEXT "Please choose the preferred look and click OK to continue.",IDC_STATIC,17,36,214,8
478-
CONTROL "Microsoft� Office XP",IDC_APP_LOOK1,"Button",BS_AUTORADIOBUTTON | WS_GROUP,50,56,83,10
479-
CONTROL "Microsoft� Office 2003",IDC_APP_LOOK2,"Button",BS_AUTORADIOBUTTON,50,71,89,10
480-
CONTROL "Microsoft� Office 2007:",IDC_APP_LOOK3,"Button",BS_AUTORADIOBUTTON,50,86,91,10
478+
CONTROL "Microsoft� Office XP",IDC_APP_LOOK1,"Button",BS_AUTORADIOBUTTON | WS_GROUP,50,56,83,10
479+
CONTROL "Microsoft� Office 2003",IDC_APP_LOOK2,"Button",BS_AUTORADIOBUTTON,50,71,89,10
480+
CONTROL "Microsoft� Office 2007:",IDC_APP_LOOK3,"Button",BS_AUTORADIOBUTTON,50,86,91,10
481481
COMBOBOX IDC_STYLE2007,158,86,102,131,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
482482
CONTROL "OutlookBar Office 2003-style",IDC_OUTLOOKBAR2003,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,61,101,106,10
483483
LTEXT "Note: you may change the application look in ""View | Application Look..."" dialog.",IDC_STATIC,17,123,268,8
@@ -814,7 +814,7 @@ BEGIN
814814
ID_MAIL_SIGNATURE "Insert signature\nSignature"
815815
ID_MAIL_ATTACHMENT "Insert file\nAttachment"
816816
ID_MAIL_CHECK_NAMES "Check names\nCheck Names"
817-
ID_MAIL_HIGHT_PRIORITY "Mail high priority\nHigh Priotity"
817+
ID_MAIL_HIGHT_PRIORITY "Mail high priority\nHigh Priority"
818818
ID_MAIL_LOW_PRIORITY "Mail low priority\nLow Priority"
819819
ID_MAIL_FLAG "Flag mail\nFlag"
820820
ID_MAIL_OPTIONS "Set mail options\nOptions"

0 commit comments

Comments
 (0)