Michael Stefaniuc : notepad: Fix the Danish translation.

Alexandre Julliard julliard at winehq.org
Fri Jun 6 06:51:53 CDT 2008


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Fri Jun  6 00:13:19 2008 +0200

notepad: Fix the Danish translation.

---

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

diff --git a/programs/notepad/Da.rc b/programs/notepad/Da.rc
index 0d1a4a0..ac289da 100644
--- a/programs/notepad/Da.rc
+++ b/programs/notepad/Da.rc
@@ -29,6 +29,7 @@ MAIN_MENU MENU
   MENUITEM "Å&bn...\tCtrl+O",       CMD_OPEN
   MENUITEM "&Gem\tCtrl+S",              CMD_SAVE
   MENUITEM "Gem so&m...",       CMD_SAVE_AS
+  MENUITEM SEPARATOR
   MENUITEM "&Udskriv...\tCtrl+P",          CMD_PRINT
   MENUITEM "Side&opsætning...", CMD_PAGE_SETUP
   MENUITEM "&Indstil printer...",       CMD_PRINTER_SETUP
@@ -47,6 +48,7 @@ POPUP "&Rediger" {
   MENUITEM "&Dato/tid\tF5",     CMD_TIME_DATE
   MENUITEM SEPARATOR
   MENUITEM "Automatisk &linjeskift",    CMD_WRAP
+  MENUITEM "&Font...",          CMD_FONT
  }
 POPUP "&Søg" {
   MENUITEM "&Søg...",           CMD_SEARCH




More information about the wine-cvs mailing list