Skip to content

Commit f24ec67

Browse files
Merge pull request #10771 from changeworld/patch-1
Fix typo: Alphabeticaly -> Alphabetically
2 parents b353e14 + 116be6b commit f24ec67

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/snippets/cpp/VS_Snippets_Misc/NVC_MFC_Misc/cpp/Misc.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ IDR_POPUP_SORT MENU
303303
BEGIN
304304
POPUP "Sorting"
305305
BEGIN
306-
MENUITEM "&Sort Alphabeticaly", ID_SORTING_SORTALPHABETIC
306+
MENUITEM "&Sort Alphabetically", ID_SORTING_SORTALPHABETIC
307307
MENUITEM "Sort by &Type", ID_SORTING_SORTBYTYPE
308308
MENUITEM "Sort by Acc&ess", ID_SORTING_SORTBYACCESS
309309
MENUITEM "Group by t&ype", ID_SORTING_GROUPBYTYPE

docs/snippets/cpp/VS_Snippets_Misc/NVC_MFC_VisualStudioDemo/cpp/VisualStudioDemo.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ FONT 8, "MS Sans Serif", 0, 0, 0x1
185185
BEGIN
186186
ICON IDR_MAINFRAME,IDC_STATIC,11,17,20,20
187187
LTEXT "VisualStudioDemo Application",IDC_STATIC,40,10,119,8
188-
LTEXT "� 2007 - 2008 Microsoft Corporation. All rights reserved.",
188+
LTEXT "� 2007 - 2008 Microsoft Corporation. All rights reserved.",
189189
IDC_STATIC,40,25,122,19
190190
DEFPUSHBUTTON "OK",IDOK,176,6,32,14,WS_GROUP
191191
END
@@ -346,15 +346,15 @@ STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
346346
CAPTION "Application Look"
347347
FONT 8, "MS Sans Serif", 0, 0, 0x1
348348
BEGIN
349-
LTEXT "Welcome to MFC! The library supports various application looks such as Microsoft� Office 2000/XP/2003/2007, Visual Studio� 97/.NET/2005 and more.",IDC_STATIC,7,12,278,19
349+
LTEXT "Welcome to MFC! The library supports various application looks such as Microsoft� Office 2000/XP/2003/2007, Visual Studio� 97/.NET/2005 and more.",IDC_STATIC,7,12,278,19
350350
LTEXT "Please choose the preferred look and click OK to continue.",IDC_STATIC,17,34,214,8
351351
LTEXT "&Visual Manager:",IDC_STATIC,19,51,52,8
352352
COMBOBOX IDC_APP_LOOK,112,50,140,199,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
353353
LTEXT "&Style (Office 2007 only):",IDC_STATIC,19,76,76,8
354354
COMBOBOX IDC_STYLE,112,75,72,165,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
355355
CONTROL "Show ""Close"" Button on the &Active Tab",IDC_ACTIVETAB_CLOSE_BUTTON,
356356
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,99,141,10
357-
CONTROL "One&Note�-style MDI tabs",IDC_ONENOTE_TABS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,114,97,10
357+
CONTROL "One&Note�-style MDI tabs",IDC_ONENOTE_TABS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,114,97,10
358358
CONTROL "Docking Tab &Colors",IDC_DOCK_TAB_COLORS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,129,79,10
359359
CONTROL "&3D Rounded Docking Tabs and Auto Hide Buttons (VS 2005 only)",IDC_ROUNDED_TABS,
360360
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,144,225,10
@@ -699,7 +699,7 @@ IDR_POPUP_SORT MENU
699699
BEGIN
700700
POPUP "Sorting"
701701
BEGIN
702-
MENUITEM "&Sort Alphabeticaly", ID_SORTING_SORTALF
702+
MENUITEM "&Sort Alphabetically", ID_SORTING_SORTALF
703703
MENUITEM "Sort by &Type", ID_SORTING_SORTBYTYPE
704704
MENUITEM "Sort by Acc&ess", ID_SORTING_SORTBYACCESS
705705
MENUITEM "Group by t&ype", ID_SORTING_GROUPBYTYPE

0 commit comments

Comments
 (0)