Lei Zhang : regedit: Updated English resources to remove shortcut conflicts .

Alexandre Julliard julliard at wine.codeweavers.com
Fri Mar 2 06:14:29 CST 2007


Module: wine
Branch: master
Commit: 8f05d80aa966ad40db6aab37dc26527d8c8cd7fd
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8f05d80aa966ad40db6aab37dc26527d8c8cd7fd

Author: Lei Zhang <thestig at google.com>
Date:   Thu Mar  1 14:48:51 2007 -0800

regedit: Updated English resources to remove shortcut conflicts.

---

 programs/regedit/En.rc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/programs/regedit/En.rc b/programs/regedit/En.rc
index 376e670..078af00 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
 




More information about the wine-cvs mailing list