Michael Stefaniuc : notepad: Fix an error in a Turkish resource.

Alexandre Julliard julliard at winehq.org
Tue Jul 13 14:05:31 CDT 2010


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Tue Jul 13 00:08:46 2010 +0200

notepad: Fix an error in a Turkish resource.

---

 programs/notepad/Tr.rc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/programs/notepad/Tr.rc b/programs/notepad/Tr.rc
index 31b0265..3337ac5 100644
--- a/programs/notepad/Tr.rc
+++ b/programs/notepad/Tr.rc
@@ -53,6 +53,7 @@ POPUP "D&
 POPUP "&Bul" {
   MENUITEM "&Bul...\tCtrl+F",         CMD_SEARCH
   MENUITEM "&Sonrakini bul\tF3",   CMD_SEARCH_NEXT
+  MENUITEM "&Replace...\tCtrl+H",  CMD_REPLACE
  }
 POPUP "&Yardým" {
   MENUITEM "&Ýçindekiler",              CMD_HELP_CONTENTS




More information about the wine-cvs mailing list