From 8f05d80aa966ad40db6aab37dc26527d8c8cd7fd Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 1 Mar 2007 14:48:51 -0800 Subject: [PATCH] regedit: Updated English resources to remove shortcut conflicts. --- programs/regedit/En.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/regedit/En.rc b/programs/regedit/En.rc index 376e670151b..078af0045d0 100644 --- a/programs/regedit/En.rc +++ b/programs/regedit/En.rc @@ -200,9 +200,9 @@ STYLE DS_3DLOOK | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_BORDER FONT 8, "MS Shell Dlg" BEGIN - GROUPBOX "&Export registry", IDC_EXPORT_BASE, 6, 6, 266, 42, WS_GROUP + GROUPBOX "Export registry", IDC_EXPORT_BASE, 6, 6, 266, 42, WS_GROUP AUTORADIOBUTTON "&All", IDC_EXPORT_ALL, 12, 15, 244, 12 - AUTORADIOBUTTON "&Selected branch:", IDC_EXPORT_SELECTED, 12, 30, 70, 12 + AUTORADIOBUTTON "S&elected branch:", IDC_EXPORT_SELECTED, 12, 30, 70, 12 EDITTEXT IDC_EXPORT_PATH, 82, 30, 184, 12 END -- 2.11.4.GIT