Index: dll/shellext/netshell/lanconnectui.cpp =================================================================== --- dll/shellext/netshell/lanconnectui.cpp (revision 68269) +++ dll/shellext/netshell/lanconnectui.cpp (working copy) @@ -447,6 +447,12 @@ This->ShowNetworkComponentProperties(hwndDlg); return FALSE; } + else if (LOWORD(wParam) == IDC_UNINSTALL) + { + MessageBoxW(NULL, L"Unimplemented\n", L"Note!", MB_OK | MB_ICONINFORMATION); + FIXME("Uninstalling a network component is unimplemented.\n"); + return FALSE; + } else if (LOWORD(wParam) == IDC_CONFIGURE) { LPOLESTR DeviceInstanceID; Index: dll/shellext/netshell/lang/en-US.rc =================================================================== --- dll/shellext/netshell/lang/en-US.rc (revision 68269) +++ dll/shellext/netshell/lang/en-US.rc (working copy) @@ -15,7 +15,7 @@ PUSHBUTTON "&Properties", IDC_PROPERTIES, 174, 130, 65, 14 GROUPBOX "Description", -1, 9, 153, 230, 46, BS_GROUPBOX LTEXT "Component Description goes here...", IDC_DESCRIPTION, 15, 165, 217, 28, WS_GROUP - CHECKBOX "&Show Icon in taskbar when connected", IDC_SHOWTASKBAR, 9, 206, 230, 12, BS_AUTOCHECKBOX | WS_TABSTOP + CHECKBOX "&Show icon in taskbar when connected", IDC_SHOWTASKBAR, 9, 206, 230, 12, BS_AUTOCHECKBOX | WS_TABSTOP CHECKBOX "&Notify me when this connection has limited or no connectivity", IDC_NOTIFYNOCONNECTION, 9, 220, 230, 12, BS_AUTOCHECKBOX | WS_TABSTOP END Index: dll/shellext/netshell/lang/he-IL.rc =================================================================== --- dll/shellext/netshell/lang/he-IL.rc (revision 68269) +++ dll/shellext/netshell/lang/he-IL.rc (working copy) @@ -15,7 +15,7 @@ PUSHBUTTON "מאפיינים", IDC_PROPERTIES, 174, 130, 65, 14 GROUPBOX "תיאור", -1, 9, 153, 230, 46, BS_GROUPBOX LTEXT "Component Description goes here...", IDC_DESCRIPTION, 15, 165, 217, 28, WS_GROUP - CHECKBOX "&Show Icon in taskbar when connected", IDC_SHOWTASKBAR, 9, 206, 230, 12, BS_AUTOCHECKBOX | WS_TABSTOP + CHECKBOX "&Show icon in taskbar when connected", IDC_SHOWTASKBAR, 9, 206, 230, 12, BS_AUTOCHECKBOX | WS_TABSTOP CHECKBOX "&Notify me when this connection has limited or no connectivity", IDC_NOTIFYNOCONNECTION, 9, 220, 230, 12, BS_AUTOCHECKBOX | WS_TABSTOP END Index: dll/shellext/netshell/lang/sk-SK.rc =================================================================== --- dll/shellext/netshell/lang/sk-SK.rc (revision 68269) +++ dll/shellext/netshell/lang/sk-SK.rc (working copy) @@ -20,7 +20,7 @@ PUSHBUTTON "Vl&astnosti", IDC_PROPERTIES, 174, 130, 65, 14 GROUPBOX "Popis", -1, 9, 153, 230, 46, BS_GROUPBOX LTEXT "Popis komponentu príde sem ...", IDC_DESCRIPTION, 15, 165, 217, 28, WS_GROUP - CHECKBOX "&Show Icon in taskbar when connected", IDC_SHOWTASKBAR, 9, 206, 230, 12, BS_AUTOCHECKBOX | WS_TABSTOP + CHECKBOX "&Show icon in taskbar when connected", IDC_SHOWTASKBAR, 9, 206, 230, 12, BS_AUTOCHECKBOX | WS_TABSTOP CHECKBOX "&Notify me when this connection has limited or no connectivity", IDC_NOTIFYNOCONNECTION, 9, 220, 230, 12, BS_AUTOCHECKBOX | WS_TABSTOP END