From 25254adeeea5f41820f140ce812bdacae34d24c9 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sun, 18 Sep 2011 13:14:39 -0400 Subject: [PATCH] Windows: Disable Control Panel button in NIM Since afs_config.exe is no longer installed, remove the OpenAFS control panel button from the Network Identity Manager provider. Change-Id: I4b3d7a091a6c833d8bf4a24110ee6deb00c6baa0 Reviewed-on: http://gerrit.openafs.org/5463 Tested-by: BuildBot Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- src/WINNT/netidmgr_plugin/lang/en_us/langres.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WINNT/netidmgr_plugin/lang/en_us/langres.rc b/src/WINNT/netidmgr_plugin/lang/en_us/langres.rc index 38b4302be9..788c27f2c4 100644 --- a/src/WINNT/netidmgr_plugin/lang/en_us/langres.rc +++ b/src/WINNT/netidmgr_plugin/lang/en_us/langres.rc @@ -113,7 +113,7 @@ BEGIN EDITTEXT IDC_CFG_VERSION,68,54,172,14,ES_AUTOHSCROLL | ES_READONLY LTEXT "Company",IDC_CFG_LBL_COMPANY,14,75,31,8 EDITTEXT IDC_CFG_COMPANY,68,72,172,14,ES_AUTOHSCROLL | ES_READONLY - PUSHBUTTON "OpenAFS Control Panel",IDC_CFG_CPL,128,161,112,14 +// PUSHBUTTON "OpenAFS Control Panel",IDC_CFG_CPL,128,161,112,14 GROUPBOX "Startup options",IDC_CFG_STARTGRP,7,99,241,48 CONTROL "Prevent AFSCreds.exe from starting automatically when you log in to Windows.",IDC_CFG_STARTAFSCREDS, "Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,14,108,226,22