Paul Vriens : wordpad: Align resources with the English ones.

Alexandre Julliard julliard at winehq.org
Tue Jul 21 09:34:49 CDT 2009


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

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Tue Jul 21 13:03:21 2009 +0200

wordpad: Align resources with the English ones.

---

 programs/wordpad/Nl.rc |   20 ++++++--------------
 1 files changed, 6 insertions(+), 14 deletions(-)

diff --git a/programs/wordpad/Nl.rc b/programs/wordpad/Nl.rc
index c9ce64a..10729e4 100644
--- a/programs/wordpad/Nl.rc
+++ b/programs/wordpad/Nl.rc
@@ -180,10 +180,14 @@ END
 
 STRINGTABLE DISCARDABLE
 BEGIN
-    STRING_RICHTEXT_FILES_RTF,     "Rich text formaat (*.rtf)"
+    STRING_ALL_FILES,              "Alle documenten (*.*)"
     STRING_TEXT_FILES_TXT,         "Tekst documenten (*.txt)"
     STRING_TEXT_FILES_UNICODE_TXT, "Unicode tekst document (*.txt)"
-    STRING_ALL_FILES,              "Alle documenten (*.*)"
+    STRING_RICHTEXT_FILES_RTF,     "Rich text formaat (*.rtf)"
+    STRING_NEWFILE_RICHTEXT,       "Rich tekst document"
+    STRING_NEWFILE_TXT,            "Tekst document"
+    STRING_NEWFILE_TXT_UNICODE,    "Unicode tekst document"
+    STRING_PRINTER_FILES_PRN,      "Printer bestanden (*.PRN)"
 END
 
 STRINGTABLE DISCARDABLE
@@ -195,18 +199,6 @@ END
 
 STRINGTABLE DISCARDABLE
 BEGIN
-    STRING_NEWFILE_RICHTEXT,     "Rich tekst document"
-    STRING_NEWFILE_TXT,          "Tekst document"
-    STRING_NEWFILE_TXT_UNICODE,  "Unicode tekst document"
-END
-
-STRINGTABLE DISCARDABLE
-BEGIN
-    STRING_PRINTER_FILES_PRN,        "Printer bestanden (*.PRN)"
-END
-
-STRINGTABLE DISCARDABLE
-BEGIN
     STRING_VIEWPROPS_TITLE,          "Opties"
     STRING_VIEWPROPS_TEXT,           "Tekst"
     STRING_VIEWPROPS_RICHTEXT,       "Rich tekst"




More information about the wine-cvs mailing list